1
0
Fork 0
vdotfiles/cli/.config/fish/functions/fish_prompt.user.fish

5 lines
152 B
Fish

function fish_prompt.user
if test -n "$SSH_CONNECTION" || string match -qe root "$USER"
fish_prompt.add $USER@$hostname brblack
end
end