mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
A small change that enables direct lazygit directory config
This commit is contained in:
parent
860370a845
commit
669bfe763a
2 changed files with 13 additions and 6 deletions
2
main.go
2
main.go
|
@ -100,7 +100,7 @@ func main() {
|
|||
}
|
||||
|
||||
if configDirFlag {
|
||||
fmt.Printf("%s\n", config.ConfigDir())
|
||||
fmt.Printf("%s\n", config.ConfigDir("jesseduffield"))
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue