ZSH: Updated config
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
function zwcpurge() {
|
||||
autoload -Uz zrecompile
|
||||
for zsh_file in $(find ${ZDOTDIR} -maxdepth 3 -type f \( -name "*.zwc" -o -name "*.zwc.old" \)); do
|
||||
rm -f ${zsh_file}
|
||||
for zsh_file in $(find "${ZDOTDIR}" -maxdepth 3 -type f \( -name "*.zwc" -o -name "*.zwc.old" \)); do
|
||||
rm -f "${zsh_file}"
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user