parent
9a71864288
commit
9a7c56dcdd
1 changed files with 8 additions and 10 deletions
@ -1,13 +1,11 @@ |
|||||||
# reload zshrc |
src() { |
||||||
function src() |
local cache="$ZSH_CACHE_DIR" |
||||||
{ |
autoload -U compinit zrecompile |
||||||
local cache=$ZSH_CACHE_DIR |
compinit -d "$cache/zcomp-$HOST" |
||||||
autoload -U compinit zrecompile |
|
||||||
compinit -d "$cache/zcomp-$HOST" |
|
||||||
|
|
||||||
for f in ~/.zshrc "$cache/zcomp-$HOST"; do |
for f in ~/.zshrc "$cache/zcomp-$HOST"; do |
||||||
zrecompile -p $f && command rm -f $f.zwc.old |
zrecompile -p $f && command rm -f $f.zwc.old |
||||||
done |
done |
||||||
|
|
||||||
source ~/.zshrc |
source ~/.zshrc |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue