5 lines
136 B
Fish
5 lines
136 B
Fish
function prompt.user
|
|
if test -n "$SSH_CLIENT" || string match -qe root "$USER"
|
|
prompt.add black $USER@$hostname
|
|
end
|
|
end
|