bash: Added zoxide init config
This commit is contained in:
parent
568ba5f879
commit
b9aaba6878
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue