diff --git a/.bashrc b/.bashrc index 84d3103..97f9d89 100644 --- a/.bashrc +++ b/.bashrc @@ -168,4 +168,7 @@ else fi unset __conda_setup # <<< conda initialize <<< +# Starship Prompt +eval "$(starship init bash)" + diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..b01e21f --- /dev/null +++ b/starship.toml @@ -0,0 +1,3 @@ +[directory] +truncation_length = 8 +truncation_symbol = "…/"