diff options
Diffstat (limited to '')
-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" |