add zoxide

This commit is contained in:
Philipp 2024-07-12 07:30:48 +02:00
parent 6b21ecb616
commit 2bae357898
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
10 changed files with 122 additions and 88 deletions

View file

@ -121,6 +121,9 @@ HISTFILE=~/.zsh_history
HISTSIZE=10000
HISTSAVE=10000
# Setup zoxide
eval "$(zoxide init zsh --cmd cd)"
# Setup global aliases if available
if [ -f /etc/bash.bash_aliases ]; then
source /etc/bash.bash_aliases