added starship prompt to my rc file for git things!

main
simonkellet 3 years ago
parent 8458eee3ab
commit 09aed3d2dc
  1. 3
      .bashrc
  2. 3
      starship.toml

@ -168,4 +168,7 @@ else
fi
unset __conda_setup
# <<< conda initialize <<<
# Starship Prompt
eval "$(starship init bash)"

@ -0,0 +1,3 @@
[directory]
truncation_length = 8
truncation_symbol = "…/"
Loading…
Cancel
Save