diff options
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 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" |