[zsh] remove zeoxide

This commit is contained in:
Afonso Franco 2024-04-08 13:48:16 +01:00
parent d14a9511c2
commit 96e5a64af4
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
2 changed files with 0 additions and 6 deletions

View file

@ -33,6 +33,4 @@ enable-fzf-tab
# opam configuration
source $HOME/.opam/opam-init/init.zsh > /dev/null 2>&1 || true
eval "$(zoxide init zsh)"
eval "$(direnv hook zsh)"

View file

@ -4,10 +4,6 @@ ls() {
eza --icons -l --sort type "$@"
}
cd(){
z "$@"
}
nvim() {
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
}