updated antidote in prep for usage on laptop

This commit is contained in:
eeleater 2024-08-16 00:07:37 +02:00
parent 48b4d418af
commit b111001de3
4 changed files with 15 additions and 27 deletions

View file

@ -24,10 +24,14 @@ source "$XDG_DATA_HOME"/antidote/antidote.zsh
zstyle ':antidote:bundle' use-friendly-names 'yes'
antidote load
# load programs
_evalcache zoxide init --cmd cd zsh
_evalcache atuin init zsh
_evalcache navi widget zsh
_evalcache direnv hook zsh
# source files
source "$ZDOTDIR"/files/evalstuff.zsh
source "$ZDOTDIR"/files/aliases.zsh
source "$ZDOTDIR"/files/functions.zsh
# completion files
source "$ZDOTDIR"/files/sshcomp.zsh