Change where the config file is located

This commit is contained in:
Corey Johnson 2019-12-03 16:36:35 -08:00
parent 5bfcab8ba1
commit 4b9cca3129

View file

@ -40,7 +40,7 @@ type fsContext struct {
}
func (c *fsContext) configFile() string {
dir, _ := homedir.Expand("~/.config/gh")
dir, _ := homedir.Expand("~/.config/gh/config.yml")
return dir
}