removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
17
.antidote/antidote
Normal file
17
.antidote/antidote
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/zsh
|
||||
|
||||
### antidote - the cure to slow zsh plugin management
|
||||
#
|
||||
# https://antidote.sh
|
||||
# run `antidote -h` for usage
|
||||
#
|
||||
# Note: this gets overridden if using `antidote init`.
|
||||
#
|
||||
function antidote {
|
||||
0=${(%):-%x}
|
||||
if ! typeset -f antidote-main > /dev/null; then
|
||||
source ${0:A:h}/antidote.zsh
|
||||
fi
|
||||
antidote-main "$@"
|
||||
}
|
||||
antidote "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue