Skip to content

Commit

Permalink
Add custom name to change starship prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
luisadha authored Jul 24, 2024
1 parent bcf11a9 commit 42cf51c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/starship.alrc.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ done

if [ $ALRC_USE_STARSHIP == "random" ]; then
al_shuf_starship_prompt &>/dev/null
else
starship preset ${ALRC_USE_STARSHIP} -o ~/.config/starship.toml
fi
eval "$(starship init bash)"
unset ps;
Expand Down

0 comments on commit 42cf51c

Please sign in to comment.