configs  Artifact [2040be6f3e]

Artifact 2040be6f3efe3a702a977d2ffb44959baaeb90e5390af49673261482b518dff8:

  • File fish/functions/prompt_user.fish — part of check-in [50621c3061] at 2020-08-23 12:07:26 on branch trunk — Include user in prompt if not the normal user (user: js size: 102)

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