aboutsummaryrefslogtreecommitdiff
path: root/Shell/.zprofile
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-06 19:37:27 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-06 19:37:27 +0100
commitebd73fc6419d912878f2540630cf8ab0510e60df (patch)
treebe735e7f05feecffc550ac800e07241369686da4 /Shell/.zprofile
parentd548cca75fdaefc8214584fe87c67fe89219b65b (diff)
downloaddotfiles-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/.zprofile')
-rw-r--r--Shell/.zprofile2
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