Skip to content

Commit

Permalink
Update Starship prompt initialization for v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Dec 29, 2023
1 parent c9ac3a7 commit b65467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export \
alias python='python3'

### prompt: https://starship.rs
eval $(starship init zsh)
source <(starship init zsh)

### completions
if type brew &>/dev/null && [[ -d $HOMEBREW_PREFIX ]]; then
Expand Down

0 comments on commit b65467d

Please sign in to comment.