removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
13
.antidote/tests/functions/t_unload_antidote
Normal file
13
.antidote/tests/functions/t_unload_antidote
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/zsh
|
||||
|
||||
emulate -L zsh
|
||||
setopt local_options
|
||||
|
||||
# unfunction all antidote
|
||||
for fn in ${(k)functions}; do
|
||||
[[ $fn == *antidote* ]] && [[ $fn != t_* ]] && unfunction -- $fn
|
||||
done
|
||||
(( $+functions[git] )) && unfunction git
|
||||
|
||||
# unfunction zsh-defer
|
||||
(( $+functions[zsh-defer] )) && unfunction zsh-defer
|
||||
Loading…
Add table
Add a link
Reference in a new issue