Browse Source

init script: remove trailing slash from $ZSH_CACHE_DIR

Marc Cornellà 7 years ago
parent
commit
d8b03f3f95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oh-my-zsh.sh

+ 1 - 1
oh-my-zsh.sh

@@ -22,7 +22,7 @@ fi
 # Set ZSH_CACHE_DIR to the path where cache files should be created
 # or else we will use the default cache/
 if [[ -z "$ZSH_CACHE_DIR" ]]; then
-  ZSH_CACHE_DIR="$ZSH/cache/"
+  ZSH_CACHE_DIR="$ZSH/cache"
 fi