1
0
Fork 0
vdotfiles/cli/.config/fish/functions/prompt.user.fish
2023-06-19 18:34:20 +03:00

5 lines
140 B
Fish

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