From fc7a225ff9ba05831a9759a556c1d0c4f3a5762a Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Sat, 9 Oct 2021 15:55:59 +0800 Subject: [PATCH] Update zoxide config --- zsh/env.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/env.zsh b/zsh/env.zsh index 6499760..2f5a82a 100644 --- a/zsh/env.zsh +++ b/zsh/env.zsh @@ -28,8 +28,8 @@ export GOKU_EDN_CONFIG_FILE="$HOME/dotfiles/karabiner/karabiner.edn" export PATH="/usr/local/sbin:$PATH" -eval "$(zoxide init zsh)" export PATH="$HOME/.local/bin:$PATH" +eval "$(zoxide init zsh)" if [[ -d $HOME/.pyenv ]]; then