Skip to content

Commit

Permalink
Normalize config folder name
Browse files Browse the repository at this point in the history
When I decided the project would be called "dirp",
I didn't align the XDG related path to the config file
  • Loading branch information
avindra committed Apr 21, 2021
1 parent d2b1a2b commit a4843ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GetConfigPath() string {
return "/dev/null"
}

return home + "/.config/dir/list"
return home + "/.config/dirp/list"
}

// ReadConfig creates the config map from a file
Expand Down

0 comments on commit a4843ee

Please sign in to comment.