Files
dotfiles/bash.d/90-prompt.sh
Vasili Svirydau 6b2245dd16 mac changes
2021-04-28 23:47:04 -07:00

6 lines
90 B
Bash

#!/bin/bash
if command -v starship > /dev/null; then
eval "$(starship init bash)"
fi