diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-06 19:37:27 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-06 19:37:27 +0100 |
commit | ebd73fc6419d912878f2540630cf8ab0510e60df (patch) | |
tree | be735e7f05feecffc550ac800e07241369686da4 /Shell | |
parent | d548cca75fdaefc8214584fe87c67fe89219b65b (diff) | |
download | dotfiles-ebd73fc6419d912878f2540630cf8ab0510e60df.tar.gz dotfiles-ebd73fc6419d912878f2540630cf8ab0510e60df.tar.bz2 dotfiles-ebd73fc6419d912878f2540630cf8ab0510e60df.zip |
~path: ~ -> $HOME and use find to get all the script folders
Diffstat (limited to 'Shell')
-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 |