added starship prompt to my rc file for git things!
This commit is contained in:
parent
8458eee3ab
commit
09aed3d2dc
3
.bashrc
3
.bashrc
@ -168,4 +168,7 @@ else
|
|||||||
fi
|
fi
|
||||||
unset __conda_setup
|
unset __conda_setup
|
||||||
# <<< conda initialize <<<
|
# <<< conda initialize <<<
|
||||||
|
# Starship Prompt
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
|
|
||||||
|
3
starship.toml
Normal file
3
starship.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[directory]
|
||||||
|
truncation_length = 8
|
||||||
|
truncation_symbol = "…/"
|
Loading…
x
Reference in New Issue
Block a user