Change where the config file is located
This commit is contained in:
parent
5bfcab8ba1
commit
4b9cca3129
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue