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