1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

A small change that enables direct lazygit directory config

This commit is contained in:
Nick Flueckiger
2020-11-08 17:49:29 +01:00
committed by Jesse Duffield
parent 860370a845
commit 669bfe763a
2 changed files with 13 additions and 6 deletions

View File

@ -100,7 +100,7 @@ func main() {
}
if configDirFlag {
fmt.Printf("%s\n", config.ConfigDir())
fmt.Printf("%s\n", config.ConfigDir("jesseduffield"))
os.Exit(0)
}