bash: Added zoxide init config

This commit is contained in:
GaspardCulis 2024-02-16 15:12:46 +01:00
parent 568ba5f879
commit b9aaba6878

View file

@ -44,6 +44,10 @@ if command -v starship > /dev/null; then
eval "$(starship init bash)" eval "$(starship init bash)"
fi fi
if command -v zoxide > /dev/null; then
eval "$(zoxide init bash)"
fi
if [ -f ~/.bash_exec ]; then if [ -f ~/.bash_exec ]; then
source ~/.bash_exec source ~/.bash_exec
fi fi