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

@@ -1 +1,9 @@
[[ "$(uname)" == 'Darwin' ]] && export PATH="/opt/homebrew/bin:$PATH"
if builtin type -p dircolors &> /dev/null; then
eval "$(dircolors)"
fi
if builtin type -p zoxide &> /dev/null; then
eval "$(zoxide init zsh)"
fi