Skip to content

Commit

Permalink
Update plugins/starship/starship.plugin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga authored Nov 14, 2024
1 parent 0aa5707 commit cf370ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/starship/starship.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check if starship is installed
if _omb_util_command_exists starship; then
# ignore oh-my-bash theme
unset OSH_THEME
unset -v OSH_THEME
eval "$(starship init bash)"
else
echo '[oh-my-bash] starship not found, please install it from https://github.com/starship/starship'
Expand Down

0 comments on commit cf370ce

Please sign in to comment.