6 lines
75 B
Bash
6 lines
75 B
Bash
#!/bin/bash
|
|
|
|
if test -x starship; then
|
|
eval "$(starship init bash)"
|
|
fi
|