chore(zsh): remove zeoxide

This commit is contained in:
2024-04-08 13:48:16 +01:00
parent 861a9d984c
commit 0aaaa04cd6
2 changed files with 0 additions and 6 deletions

View File

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

View File

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