Skip to content

Commit

Permalink
refactor: only need to reload for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor committed May 29, 2022
1 parent 9c59dce commit 1f17a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {
hd, _ := os.UserHomeDir()
os.Setenv("XDG_CONFIG_HOME", filepath.Join(hd, ".config"))
os.Setenv("XDG_DATA_HOME", filepath.Join(hd, ".config"))
xdg.Reload()
}
xdg.Reload()
cmd.Execute(version, os.Args[1:])
}

0 comments on commit 1f17a81

Please sign in to comment.