diff options
| author | EuAndreh <eu@euandre.org> | 2018-11-13 22:02:01 -0200 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-11-13 22:02:13 -0200 |
| commit | de66d991247614e29c7f0232800fc8c77a55d2ff (patch) | |
| tree | 3b5656f195454e3f987aee4a6ee69aa29064f16b /bash | |
| parent | Omit output of gpg. (diff) | |
| download | dotfiles-de66d991247614e29c7f0232800fc8c77a55d2ff.tar.gz dotfiles-de66d991247614e29c7f0232800fc8c77a55d2ff.tar.xz | |
Fix typo in $CACHE_DIR environment variable.
Diffstat (limited to 'bash')
| -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" |
