aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 92833d4..a582f4c 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -28,7 +28,8 @@ export PATH=~/.local/bin:$PATH
#
export EDITOR=vi
-export PATH="$DOTFILES/scripts/:$PATH"
+export PATH="$DOTFILES/scripts:$PATH"
+export PATH="$HOME/annex/bin:$PATH"
export INPUTRC=~/.inputrc
export CACHE_DIR="$HOME/Nextcloud/cache"
export PATH="$HOME/dev/libre/website/:$PATH"