zsh: globbing
This commit is contained in:
parent
3220c72f6f
commit
2ef127fe7a
@ -13,13 +13,13 @@ dotfiles-git() { (
|
||||
|
||||
z-zwc-gen() {
|
||||
local i
|
||||
for i ( $(find "${ZSHU[d_conf]}/" -xdev -type f -name '*.zsh') ) ; do
|
||||
for i ( "${ZSHU[d_conf]}"/**/*.zsh(N.r) ) ; do
|
||||
zcompile -U "$i"
|
||||
done
|
||||
}
|
||||
|
||||
z-zwc-flush() {
|
||||
find "${ZSHU[d_conf]}/" -xdev -type f -name '*.zwc' -delete
|
||||
rm -f "${ZSHU[d_conf]}"/**/*.zwc(N.r)
|
||||
}
|
||||
|
||||
z-update() {
|
||||
|
Loading…
Reference in New Issue
Block a user