Ahh
This commit is contained in:
@ -44,3 +44,6 @@ hash starship 2>/dev/null && eval "$(starship init bash)"
|
|||||||
|
|
||||||
# Zoxide init has to be last
|
# Zoxide init has to be last
|
||||||
hash zoxide 2>/dev/null && eval "$(zoxide init bash)"
|
hash zoxide 2>/dev/null && eval "$(zoxide init bash)"
|
||||||
|
|
||||||
|
# Return 0 to indicate success that the script has been sourced to completion
|
||||||
|
return 0
|
@ -57,3 +57,6 @@ hash starship 2>/dev/null && eval "$(starship init zsh)"
|
|||||||
|
|
||||||
# Zoxide init has to be last
|
# Zoxide init has to be last
|
||||||
hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
|
hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
|
# Return 0 to indicate success that the script has been sourced to completion
|
||||||
|
return 0
|
Reference in New Issue
Block a user