6 lines
90 B
Bash
6 lines
90 B
Bash
#!/bin/bash
|
|
|
|
if command -v starship > /dev/null; then
|
|
eval "$(starship init bash)"
|
|
fi
|