Skip to content

Commit

Permalink
fix: XDG_CONFIG_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
handlename committed Dec 24, 2024
1 parent 555019a commit 200cd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ const (
EnvLogLevel = EnvPrefix + "_LOG_LEVEL"
EnvConfigPath = EnvPrefix + "_CONFIG_PATH"
EnvShowVersion = EnvPrefix + "_SHOW_VERSION"
EnvDefaultConfigDir = "XDG_CONFIG_PATH"
EnvDefaultConfigDir = "XDG_CONFIG_HOME"
)

0 comments on commit 200cd6c

Please sign in to comment.