Start the starship prompt and build it from the active theme
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return 0 ;;
|
||||
esac
|
||||
|
||||
[ -r "$HOME/.local/share/blob/session/env-bootstrap" ] && . "$HOME/.local/share/blob/session/env-bootstrap"
|
||||
|
||||
command -v starship >/dev/null 2>&1 && eval "$(starship init bash)"
|
||||
Reference in New Issue
Block a user