diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 13:00:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 13:00:59 -0300 |
commit | d8bf04d986847b3f17a0dd24dfc554819652931c (patch) | |
tree | 05282672be84b1e14b77b480f189a8b6f49eddcf /bash | |
parent | Remove AWS credentials (diff) | |
download | dotfiles-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.sh | 3 |
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" |