This commit is contained in:
DeveloperDurp 2025-05-17 10:27:17 -05:00
parent 4596df0212
commit bc8b5e21a5
7 changed files with 43 additions and 24 deletions

View file

@ -1,4 +1,5 @@
export ZSH="$HOME/.oh-my-zsh"
export DEVPOD_DISABLE_TELEMETRY=true
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export POWERSHELL_TELEMETRY_OPTOUT=1
export DOTNET_ROOT="/usr/share/dotnet"
@ -13,6 +14,7 @@ export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold"
#eval $(thefuck --alias)
export GEM_HOME="$HOME/gems"
export XCURSOR_SIZE=24
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:/home/linuxbrew/.linuxbrew/bin:$PATH"
export PATH="$HOME/.local/bin/DSC:$PATH"