[zoxide] deploy everywhere

This commit is contained in:
Julien Rabier 2020-12-15 19:03:30 +01:00
parent 920ad2b929
commit 4c0c24e62c
2 changed files with 3 additions and 3 deletions

BIN
dot_bin/executable_zoxide Executable file

Binary file not shown.

View File

@ -39,9 +39,7 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' # ignore case
source ~/.zsh/aliases
source ~/.zsh/functions
source ~/.zsh/exports
source ~/.zsh/dstask-completion.zsh
source ~/.zsh/fzf-completion.zsh
source ~/.zsh/scw-completion.zsh
{{- if eq .chezmoi.hostname "taupo" }}
source ~/.zsh/aliases_taupo
@ -49,8 +47,10 @@ source ~/.zsh/functions_taupo
source ~/.config/broot/launcher/bash/br
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
#source /usr/share/doc/fzf/examples/key-bindings.zsh
eval "$(zoxide init zsh)"
source ~/.zsh/scw-completion.zsh
source ~/.zsh/dstask-completion.zsh
{{- end }}
eval "$(zoxide init zsh)"
eval "$(starship init zsh)"
source <(antibody init)
antibody bundle < ~/.zsh_plugins