5 lines
102 B
Fish
5 lines
102 B
Fish
function prompt_user
|
|
if test (whoami) != "$fish_normal_user"
|
|
echo (whoami)"@"
|
|
end
|
|
end
|