mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:06:42 +00:00
Move zplug cache and repos directories to ~/.local/zsh/zplug
Instead of keeping them within the dotfiles repo itself.
This commit is contained in:
4
zshrc
4
zshrc
@@ -15,8 +15,8 @@ fi
|
||||
# ==============================================================================
|
||||
|
||||
ZPLUG_HOME="$DOTZSH/zplug/zplug"
|
||||
ZPLUG_CACHE_DIR="$DOTZSH/zplug/cache"
|
||||
ZPLUG_REPOS="$DOTZSH/zplug/repos"
|
||||
ZPLUG_CACHE_DIR="$HOME/.local/zsh/zplug/cache"
|
||||
ZPLUG_REPOS="$HOME/.local/zsh/zplug/repos"
|
||||
|
||||
source "$ZPLUG_HOME/init.zsh"
|
||||
alias zp="zplug"
|
||||
|
||||
Reference in New Issue
Block a user