diff --git a/.bashrc b/.bashrc index 4741160..55d7492 100644 --- a/.bashrc +++ b/.bashrc @@ -181,6 +181,10 @@ if [[ -x "$(command -v thefuck)" ]]; then eval $(thefuck --alias) fi +# Starship prompt +if [[ -x "$(command -v starship)" ]]; then + eval "$(starship init bash)" +fi # add local changes to your bash environment in ~/.bash_local if [ -f ~/.bash_local ]; then