removed windows and linux split subdir

This commit is contained in:
Luka Jankovic 2026-02-03 23:43:22 +01:00
parent 83dda10fa8
commit 065b982734
280 changed files with 9053 additions and 426 deletions

View file

@ -0,0 +1,34 @@
function {
0=${(%):-%x}
local staticfile=${0:A}
[[ -e ${staticfile} ]] || return 1
if [[ ! -s ${staticfile}.zwc || ${staticfile} -nt ${staticfile}.zwc ]]; then
builtin autoload -Uz zrecompile
zrecompile -pq ${staticfile}
fi
}
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