Skip to content

Commit

Permalink
fix starship
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jan 2, 2024
1 parent 8c64631 commit 7c31a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Theme
if (( $+commands[starship] )); then
# Load starship theme (requires nerd fonts)
eval $(starship init zsh)
eval "$(starship init zsh)"
else
# Load the pure theme, with zsh-async library that's bundled with it.
zinit ice depth"1" pick"async.zsh" src"pure.zsh"
Expand Down

0 comments on commit 7c31a41

Please sign in to comment.