[zsh] remove zeoxide
This commit is contained in:
parent
d14a9511c2
commit
96e5a64af4
2 changed files with 0 additions and 6 deletions
|
@ -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)"
|
||||
|
|
|
@ -4,10 +4,6 @@ ls() {
|
|||
eza --icons -l --sort type "$@"
|
||||
}
|
||||
|
||||
cd(){
|
||||
z "$@"
|
||||
}
|
||||
|
||||
nvim() {
|
||||
/opt/homebrew/bin/nvim --listen /tmp/nvim.pipe "$@"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue