aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 13:00:59 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 13:00:59 -0300
commitd8bf04d986847b3f17a0dd24dfc554819652931c (patch)
tree05282672be84b1e14b77b480f189a8b6f49eddcf /bash
parentRemove AWS credentials (diff)
downloaddotfiles-d8bf04d986847b3f17a0dd24dfc554819652931c.tar.gz
dotfiles-d8bf04d986847b3f17a0dd24dfc554819652931c.tar.xz
Remove video-feed.sh from repo
Use Git Annex repo instead.
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"