diff options
author | EuAndreh <eu@euandre.org> | 2018-03-28 22:49:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-28 22:49:48 -0300 |
commit | dadecdf753f9990fef79c923ce08998333bf859b (patch) | |
tree | 917476c0814be6442be7428278525d3d53c79a4a | |
parent | Add ~/.thunderbird/ to backup routine (diff) | |
download | dotfiles-dadecdf753f9990fef79c923ce08998333bf859b.tar.gz dotfiles-dadecdf753f9990fef79c923ce08998333bf859b.tar.xz |
Add properly scripts/ folders to path
-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 |