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

5 lines
134 B
Fish

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