From 72e4fb7ba7729ede7a014f9ab4ac840c4cf55b01 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 14 Dec 2022 21:03:40 +0100 Subject: [PATCH] add starship prompt --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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