diff options
-rw-r--r-- | bash/env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh index 008aaf1..c81cba2 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -34,7 +34,7 @@ export PATH="$DOTFILES/scripts/:$PATH" export PATH="$DOTFILES/encrypted/scripts/:$PATH" export YT_TEMPLATE="~/Downloads/yt-dl/%(uploader)s/%(upload_date)s %(title)s.%(ext)s" export INPUTRC=~/.inputrc -export CACHE_DIR="~/Nextcloud/cache~/Nextclo" +export CACHE_DIR="~/Nextcloud/cache" |