diff options
author | EuAndreh <eu@euandre.org> | 2019-01-04 11:07:54 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-04 11:07:54 -0200 |
commit | bfdce1cfcd264a1f5f070e31784b11914d4d11d1 (patch) | |
tree | 5e4e3dc481cb33879095764def7788bfcc4d3572 | |
parent | notmuch-post.sh. (diff) | |
download | dotfiles-bfdce1cfcd264a1f5f070e31784b11914d4d11d1.tar.gz dotfiles-bfdce1cfcd264a1f5f070e31784b11914d4d11d1.tar.xz |
Add bin/ to $PATH.
-rw-r--r-- | bash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index 5a09663..f768173 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -35,6 +35,7 @@ export PATH="$DOTFILES/encrypted/scripts/:$PATH" export INPUTRC=~/.inputrc export CACHE_DIR="$HOME/Nextcloud/cache" export PATH="$HOME/dev/libre/website/:$PATH" +export PATH="$DOTFILES/bin:$PATH" |