Skip to content

Commit

Permalink
set default cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Aug 2, 2022
1 parent ec176ed commit c6753ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gofind/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func ConfigSetup() error {
c := Config{
Default: "",
Commands: make(map[string]SearchEntry),
CacheDir: "",
CacheDir: "~/.cache/gofind/",
Ignore: []string{},
MaxRecursion: 10,
}
Expand Down

0 comments on commit c6753ad

Please sign in to comment.