this repo has no description

added alias to zoxide

+1 -1
+1 -1
.zshrc
··· 111 111 # Set up fzf key bindings and fuzzy completion 112 112 source <(fzf --zsh) 113 113 114 - eval "$(zoxide init zsh)" 114 + eval "$(zoxide init --cmd cd zsh)" 115 115 116 116 eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"