chore(zsh): remove zeoxide
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
@@ -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 "$@"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user