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 | |
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 '')
-rw-r--r-- | bash/env.sh | 3 | ||||
-rwxr-xr-x | encrypted/scripts/video-feed.sh | bin | 3227 -> 0 bytes |
2 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" diff --git a/encrypted/scripts/video-feed.sh b/encrypted/scripts/video-feed.sh Binary files differdeleted file mode 100755 index 26fe03c..0000000 --- a/encrypted/scripts/video-feed.sh +++ /dev/null |