aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-04 11:07:54 -0200
committerEuAndreh <eu@euandre.org>2019-01-04 11:07:54 -0200
commitbfdce1cfcd264a1f5f070e31784b11914d4d11d1 (patch)
tree5e4e3dc481cb33879095764def7788bfcc4d3572
parentnotmuch-post.sh. (diff)
downloaddotfiles-bfdce1cfcd264a1f5f070e31784b11914d4d11d1.tar.gz
dotfiles-bfdce1cfcd264a1f5f070e31784b11914d4d11d1.tar.xz
Add bin/ to $PATH.
-rw-r--r--bash/env.sh1
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"