From d8bf04d986847b3f17a0dd24dfc554819652931c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Jun 2019 13:00:59 -0300 Subject: Remove video-feed.sh from repo Use Git Annex repo instead. --- bash/env.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bash') 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" -- cgit v1.2.3