1
0
Fork 0
vdotfiles/cli/.config/fish/functions/prompt.user.fish
2023-08-22 02:21:49 +03:00

5 lines
142 B
Fish

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