diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 2862018..7561f17 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -44,6 +44,10 @@ if command -v starship > /dev/null; then eval "$(starship init bash)" fi +if command -v zoxide > /dev/null; then + eval "$(zoxide init bash)" +fi + if [ -f ~/.bash_exec ]; then source ~/.bash_exec fi