chore and add zoxide

This commit is contained in:
2023-10-05 21:29:44 +02:00
parent 9cea45639e
commit 9fc505336c
3 changed files with 9 additions and 7 deletions

View File

@@ -24,8 +24,6 @@ alias :q="exit"
alias ..="cd .."
alias grep="grep --color=auto"
[[ -x /usr/bin/xdg-open ]] && alias open="xdg-open"
bindkey -e
if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then