1
0
Fork 0

zsh: Add zoxide

This commit is contained in:
Jeremy Kaplan 2024-09-16 12:05:47 -04:00
commit 9ac46fe092

View file

@ -89,6 +89,8 @@ _has direnv && eval "$(direnv hook zsh)" || true
FZF_CTRL_T_COMMAND='' FZF_CTRL_T_COMMAND=''
_has fzf && eval "$(fzf --zsh)" || true _has fzf && eval "$(fzf --zsh)" || true
_has zoxide && eval "$(zoxide init zsh)" || true
setopt interactivecomments setopt interactivecomments
if [ -f "$HOME/.config/zsh/os.zshrc" ]; then if [ -f "$HOME/.config/zsh/os.zshrc" ]; then