configs  prompt_user.fish at [e96bea889a]

File fish/functions/prompt_user.fish artifact 2040be6f3e part of check-in e96bea889a


function prompt_user
    if test (whoami) != "$fish_normal_user"
        echo (whoami)"@"
    end
end