This commit is contained in:
2025-04-25 18:22:51 -03:00
parent 03c2016471
commit b858d798ae
2 changed files with 6 additions and 0 deletions

View File

@ -44,3 +44,6 @@ hash starship 2>/dev/null && eval "$(starship init bash)"
# Zoxide init has to be last
hash zoxide 2>/dev/null && eval "$(zoxide init bash)"
# Return 0 to indicate success that the script has been sourced to completion
return 0

View File

@ -57,3 +57,6 @@ hash starship 2>/dev/null && eval "$(starship init zsh)"
# Zoxide init has to be last
hash zoxide 2>/dev/null && eval "$(zoxide init zsh)"
# Return 0 to indicate success that the script has been sourced to completion
return 0