mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 04:46:41 +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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,5 +8,3 @@ bin/boot2docker.iso
|
||||
bundle/cache/*
|
||||
private/*
|
||||
tmux/plugins/*
|
||||
zsh/zplug/cache/*
|
||||
zsh/zplug/repos/*
|
||||
|
||||
0
zsh/zplug/cache/.gitkeep
vendored
0
zsh/zplug/cache/.gitkeep
vendored
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