Update install & add starship/.bashrc.local configs
This commit is contained in:
4
.bashrc.local
Normal file
4
.bashrc.local
Normal file
@ -0,0 +1,4 @@
|
||||
# Activate Starship command prompt
|
||||
if [ -f /usr/local/bin/starship ]; then
|
||||
eval "$(starship init bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user