removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
25
.antidote/tests/testdata/.zplugins_fake_load.zsh
vendored
Normal file
25
.antidote/tests/testdata/.zplugins_fake_load.zsh
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
fpath+=( $HOME/.cache/antidote/foo/bar )
|
||||
source $HOME/.cache/antidote/foo/bar/bar.plugin.zsh
|
||||
fpath+=( $HOME/.cache/antidote/foo/qux )
|
||||
source $HOME/.cache/antidote/foo/qux/qux.plugin.zsh
|
||||
fpath+=( $HOME/.cache/antidote/foo/bar )
|
||||
source $HOME/.cache/antidote/foo/bar/bar.plugin.zsh
|
||||
fpath+=( $HOME/.cache/antidote/foo/bar )
|
||||
export PATH="$HOME/.cache/antidote/foo/bar:$PATH"
|
||||
fpath+=( $HOME/.cache/antidote/ohmy/ohmy/lib )
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/lib/lib1.zsh
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/lib/lib2.zsh
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/lib/lib3.zsh
|
||||
fpath+=( $HOME/.cache/antidote/ohmy/ohmy/plugins/extract )
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/plugins/extract/extract.plugin.zsh
|
||||
fpath=( $HOME/.cache/antidote/ohmy/ohmy/plugins/docker $fpath )
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/plugins/docker/docker.plugin.zsh
|
||||
fpath+=( $HOME/.cache/antidote/ohmy/ohmy/plugins/docker )
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/plugins/docker/docker.plugin.zsh
|
||||
if ! (( $+functions[zsh-defer] )); then
|
||||
fpath+=( $HOME/.cache/antidote/getantidote/zsh-defer )
|
||||
source $HOME/.cache/antidote/getantidote/zsh-defer/zsh-defer.plugin.zsh
|
||||
fi
|
||||
fpath+=( $HOME/.cache/antidote/ohmy/ohmy/plugins/magic-enter )
|
||||
zsh-defer source $HOME/.cache/antidote/ohmy/ohmy/plugins/magic-enter/magic-enter.plugin.zsh
|
||||
source $HOME/.cache/antidote/ohmy/ohmy/custom/themes/pretty.zsh-theme
|
||||
Loading…
Add table
Add a link
Reference in a new issue