diff options
author | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
commit | 5e0919db80267d5ed476c744e3f13f8d8f711571 (patch) | |
tree | 8cdb09cdb57bc05e2411f60ef2c40d7a30d56eea /bash | |
parent | Remove $HOME variable from npmrc.sh. (diff) | |
download | dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.gz dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.xz |
Nextcloud -> ownCloud
Client change only.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/env.sh | 4 | ||||
-rw-r--r-- | bash/youtube.sh | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/bash/env.sh b/bash/env.sh index d8233be..a0b750f 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -export PATH="$HOME/Nextcloud/bin/:$PATH" - # # Git Annex # @@ -33,7 +31,7 @@ export EDITOR=vi export PATH="$DOTFILES/scripts/:$PATH" export PATH="$DOTFILES/encrypted/scripts/:$PATH" export INPUTRC=~/.inputrc -export CACHE_DIR="$HOME/Nextcloud/cache" +export CACHE_DIR="$HOME/ownCloud/cache" export PATH="$HOME/dev/libre/website/:$PATH" export PATH="$DOTFILES/bin:$PATH" export PATH="$HOME/dev/misc/flutter/bin:$PATH" diff --git a/bash/youtube.sh b/bash/youtube.sh index 19c9af0..14d0371 100644 --- a/bash/youtube.sh +++ b/bash/youtube.sh @@ -12,7 +12,7 @@ export -f yt_dl download() { youtube-dl "$1" \ - --download-archive ~/Nextcloud/cache/youtube-dl-seen.conf \ + --download-archive ~/ownCloud/cache/youtube-dl-seen.conf \ --prefer-free-formats \ --playlist-end "$2" \ --write-description \ |