Replies: 1 comment
-
apk add starship
echo 'eval "$(starship init bash)"' | tee -a /etc/bash/bashrc > /dev/null
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed starship by using command
apk add starship
My default shell is bash
After i set
eval "$(starship init bash)"
in~/.bashrc
& when i launch terminal it freezes i have to exit it with
ctrl + c
Beta Was this translation helpful? Give feedback.
All reactions