More nitpicking

This commit is contained in:
Daniel Flanagan 2022-10-17 10:12:43 -05:00
parent 907f2cc855
commit ca15677f7c
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -55,7 +55,7 @@ function _user_prompt
printf "\n"
set_color brblack
if test (id -u) -eq 0
printf "# "
printf '# '
else
printf '$ '
end