commit f602492ffd5e57a5ad2a357a7d591696fd2bc043
parent 84588718425c063b4ffe027171ffd43cba892068
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 21 Mar 2023 21:44:41 +0100
zshrc: use zoxide
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/shell/zshrc b/shell/zshrc
@@ -119,3 +119,6 @@ bindkey '^Z' _zsh_cli_fg
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
source_if_exists $DOTFILES/shell/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+
+# Zoxide
+command -v zoxide &>/dev/null && eval "$(zoxide init zsh)"