Update install & add starship/.bashrc.local configs

This commit is contained in:
2022-08-05 16:01:08 -05:00
parent 9e52b94bdf
commit 38c42756b1
4 changed files with 119 additions and 10 deletions

4
.bashrc.local Normal file
View File

@ -0,0 +1,4 @@
# Activate Starship command prompt
if [ -f /usr/local/bin/starship ]; then
eval "$(starship init bash)"
fi