zsh_reload: fix code style and indent with tabs
This commit is contained in:
parent
9a71864288
commit
9a7c56dcdd
@ -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
Block a user