Files
dotfiles/bash.d/90-prompt.sh
Vasili Svirydau cf075eb3cc .
2021-04-16 13:43:22 -07:00

6 lines
75 B
Bash

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