updated antidote
This commit is contained in:
parent
0a6161e933
commit
d2b2840b29
2 changed files with 4 additions and 3 deletions
|
@ -12,6 +12,7 @@ ohmyzsh/ohmyzsh path:plugins/ssh-agent
|
||||||
trapd00r/LS_COLORS
|
trapd00r/LS_COLORS
|
||||||
3v1n0/zsh-bash-completions-fallback
|
3v1n0/zsh-bash-completions-fallback
|
||||||
mroth/evalcache
|
mroth/evalcache
|
||||||
|
QuarticCat/zsh-smartcache
|
||||||
zpm-zsh/colorize
|
zpm-zsh/colorize
|
||||||
twopizza9621536/zsh-eza
|
twopizza9621536/zsh-eza
|
||||||
fdellwing/zsh-bat
|
fdellwing/zsh-bat
|
||||||
|
|
|
@ -27,9 +27,9 @@ zstyle ':antidote:bundle' use-friendly-names 'yes'
|
||||||
antidote load
|
antidote load
|
||||||
|
|
||||||
# load programs
|
# load programs
|
||||||
_evalcache zoxide init --cmd cd zsh
|
smartcache eval zoxide init --cmd cd zsh
|
||||||
_evalcache atuin init zsh
|
smartcache eval atuin init zsh
|
||||||
_evalcache direnv hook zsh
|
smartcache eval direnv hook zsh
|
||||||
|
|
||||||
# source files
|
# source files
|
||||||
source "$ZDOTDIR"/files/aliases.zsh
|
source "$ZDOTDIR"/files/aliases.zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue