diff options
Diffstat (limited to 'Shell/.zprofile')
-rw-r--r-- | Shell/.zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index a80b496..14ce056 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -6,7 +6,7 @@ export EA_EDITOR=$EDITOR export TERMINAL="st" export BROWSER="qutebrowser" export PF_INFO="ascii title os memory uptime editor wm shell" -export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:~/.local/bin:~/.emacs.d/bin:~/.cargo/bin:~/.local/scripts +export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin" export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true export DOTNET_CLI_TELEMTRY_OPTOUT=1 export force_color_prompt=yes |