add starship prompt
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -181,6 +181,10 @@ if [[ -x "$(command -v thefuck)" ]]; then
|
|||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Starship prompt
|
||||||
|
if [[ -x "$(command -v starship)" ]]; then
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
fi
|
||||||
|
|
||||||
# add local changes to your bash environment in ~/.bash_local
|
# add local changes to your bash environment in ~/.bash_local
|
||||||
if [ -f ~/.bash_local ]; then
|
if [ -f ~/.bash_local ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user