Skip to content

Commit a4843ee

Browse files
committed
Normalize config folder name
When I decided the project would be called "dirp", I didn't align the XDG related path to the config file
1 parent d2b1a2b commit a4843ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func GetConfigPath() string {
2020
return "/dev/null"
2121
}
2222

23-
return home + "/.config/dir/list"
23+
return home + "/.config/dirp/list"
2424
}
2525

2626
// ReadConfig creates the config map from a file

0 commit comments

Comments
 (0)