sample prompts: use $USER instead of (whoami)

This commit is contained in:
Aaron Gyes
2019-09-18 23:35:16 -07:00
parent f35e18bb9b
commit b7dd060dec
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ function fish_prompt
set -g VIRTUAL_ENV_DISABLE_PROMPT true
end
set_color yellow
printf '%s' (whoami)
printf '%s' $USER
set_color normal
printf ' at '