feat(bash): add zoxide
This commit is contained in:
parent
448afa4574
commit
a9515d0ef9
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export PATH=$PATH:/home/jonas-psotka/.spicetify
|
|||
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(starship init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
if command -v eza &> /dev/null && [ -f "$HOME/Documents/coding/dotfiles/shell/alias/eza" ]; then
|
||||
. $HOME/Documents/coding/dotfiles/shell/alias/eza
|
||||
|
|
Loading…
Reference in a new issue