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

pull/24/head
TorchedSammy 2021-04-05 23:01:21 -04:00
parent 3460df6863
commit 21033764a9
1 changed files with 1 additions and 1 deletions

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 {