diff --git a/cmd/config_init.go b/cmd/config_init.go index ca3642d4..26db2d27 100644 --- a/cmd/config_init.go +++ b/cmd/config_init.go @@ -81,9 +81,6 @@ override the options.`, return err } - // Set the value of HideDotfiles from the flag - defaults.HideDotfiles = mustGetBool(flags, "hide-dotfiles") - s := &settings.Settings{ Key: key, Signup: signup,