From 09aed3d2dca501949ebb7494facbb229562c8a4e Mon Sep 17 00:00:00 2001 From: simonkellet Date: Fri, 24 Sep 2021 15:05:18 +0100 Subject: [PATCH] added starship prompt to my rc file for git things! --- .bashrc | 3 +++ starship.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 starship.toml 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 = "…/"