1
0
Fork 0
vdotfiles/cli/.config/fish/functions/prompt.user.fish
2023-07-11 21:57:12 +03:00

5 lines
146 B
Fish

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