diff options
Diffstat (limited to 'bash/env.sh')
-rw-r--r-- | bash/env.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh index ad930f7..c391036 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -31,7 +31,8 @@ export PATH=~/.local/bin:$PATH # export EDITOR=vi -export PATH="$HOME/dev/code/dotfiles/scripts/:$PATH" +export PATH="$DOTFILES/scripts/:$PATH" +export PATH="$DOTFILES/encrypted/scripts/:$PATH" export YT_TEMPLATE="~/Downloads/yt-dl/%(uploader)s/%(upload_date)s %(title)s.%(ext)s" export INPUTRC=~/.inputrc |