aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 12:44:57 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 12:44:57 -0300
commita77ac3d93d3d03dace26c3876befca1db877f0c3 (patch)
tree5d41bcd4bbb88ae98105b945412653390407c17f /bash
parentStore borg updated files after borg create run (diff)
downloaddotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.gz
dotfiles-a77ac3d93d3d03dace26c3876befca1db877f0c3.tar.xz
Move definitely from ownCloud to Nextcloud
Diffstat (limited to 'bash')
-rw-r--r--bash/env.sh2
-rw-r--r--bash/youtube.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 41b8975..92833d4 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -30,7 +30,7 @@ export PATH=~/.local/bin:$PATH
export EDITOR=vi
export PATH="$DOTFILES/scripts/:$PATH"
export INPUTRC=~/.inputrc
-export CACHE_DIR="$HOME/ownCloud/cache"
+export CACHE_DIR="$HOME/Nextcloud/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 275e0b8..c2882e1 100644
--- a/bash/youtube.sh
+++ b/bash/youtube.sh
@@ -12,7 +12,7 @@ export -f yt_dl
download() {
youtube-dl "$1" \
- --download-archive ~/ownCloud/cache/youtube-dl-seen.conf \
+ --download-archive ~/Nextcloud/cache/youtube-dl-seen.conf \
--prefer-free-formats \
--playlist-end "$2" \
--write-description \