diff options
Diffstat (limited to 'zsh/.zshenv')
| -rw-r--r--[l---------] | zsh/.zshenv | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index aa7da3a..b41e365 120000..100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1 +1,7 @@ -.profile
\ No newline at end of file +# add user's bin directory to path +if [ -d $HOME/.local/bin ] +then + export PATH=$HOME/.local/bin:$PATH +fi + +export ZDOTDIR="$HOME/.config/zsh" |
