configs  prompt_user.fish at [82318b4ea2]

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


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