1
0

add starship prompt

This commit is contained in:
2022-12-14 21:03:40 +01:00
parent d9a9800691
commit 72e4fb7ba7

View File

@@ -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