summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
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")