2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

fix: use username in prompt format instead of user's real name

This commit is contained in:
TorchedSammy 2021-04-05 23:01:21 -04:00
parent 3460df6863
commit 21033764a9

View File

@ -141,7 +141,7 @@ func fmtPrompt() string {
args := []string{
"d", cwd,
"h", host,
"u", user.Name,
"u", user.Username,
}
for i, v := range args {