diff options
Diffstat (limited to 'bash/env.sh')
-rw-r--r-- | bash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index 64f79c4..0aa4685 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -34,6 +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" |