diff options
| author | EuAndreh <eu@euandre.org> | 2018-11-15 22:27:55 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-11-15 22:27:55 -0200 |
| commit | f507ad5874782868b9d7a48d0f79af4be8ea3c64 (patch) | |
| tree | 8050b8ee2ecfdb811bcef54f6af6ecb8eef7c64c /bash/env.sh | |
| parent | Unsubscribe. (diff) | |
| parent | Add git-blame-someonelse script. (diff) | |
| download | dotfiles-f507ad5874782868b9d7a48d0f79af4be8ea3c64.tar.gz dotfiles-f507ad5874782868b9d7a48d0f79af4be8ea3c64.tar.xz | |
Merge branch 'master' of gitlab.com:EuAndreh/dotfiles
Diffstat (limited to 'bash/env.sh')
| -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 008aaf1b..c81cba2e 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" |
