summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-22 21:07:32 -0500
committerJeff Carr <[email protected]>2025-09-22 21:07:32 -0500
commit060c304a43ede89600e7ca46e83d4602eb12d890 (patch)
treeb750859d668c3a55ce92f116b59ad1fc2ef5660c /config.go
parent6890e68af38c0fa84d5a36dfc393ddb6850edca5 (diff)
forgot to set Username on init()
Diffstat (limited to 'config.go')
-rw-r--r--config.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.go b/config.go
index 8442933..fd2f94e 100644
--- a/config.go
+++ b/config.go
@@ -72,12 +72,6 @@ func (cfg *ForgeConfigs) DumpENV() {
}
/*
- if f.Config.Username == "" {
- usr, _ := user.Current()
- f.Config.Username = usr.Username
- f.SetConfigSave(true)
- }
-
if f.Config.Xterm == "" {
f.Config.Xterm = "xterm"
f.Config.XtermArgv = append(f.Config.XtermArgv, "-bg")