Files
dotfiles/bash.d/10-prompt.sh
2021-03-23 16:26:57 -07:00

6 lines
75 B
Bash

#!/bin/bash
if test -x starship; then
eval "$(starship init bash)"
fi