fix zsh post install hook
This commit is contained in:
parent
875dbd6d70
commit
4573a2ae3d
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
for zfile in .zshrc .zprofile .zlogout .config/zsh/aliases .config/zsh/completion .config/zsh/history .config/zsh/options .config/zsh/other .config/zsh/plugin .config/zsh/prompt .config/zsh/sourcer; do
|
||||
for zfile in .zshenv .config/zsh/.zshrc .zprofile .zlogout .config/zsh/aliases .config/zsh/completion .config/zsh/history .config/zsh/options .config/zsh/other .config/zsh/plugin .config/zsh/prompt .config/zsh/sourcer; do
|
||||
zcompile "$HOME/$zfile"
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user