.
This commit is contained in:
5
bash.d/90-prompt.sh
Normal file
5
bash.d/90-prompt.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if test -x starship; then
|
||||
eval "$(starship init bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user