You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
On most !OSX unix-like boxen $XDG_CONFIG_HOME (usually $HOME/.config) is a single place to look for all of your application configuration files, making it easy to version control, etc. Having ghorg use $HOME/ghorg leads to a messier $HOME, and yet one more place to hoover things up.
Describe the solution you'd like
If $XDG_CONFIG_HOME is defined, store your configs in $XDG_CONFIG_HOME/ghorg. Otherwise, default - probably to $HOME/.config/ghorg - a number of CLI OSX applications use that now, as well.
Describe alternatives you've considered
Symlinks... :(
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
On most !OSX unix-like boxen $XDG_CONFIG_HOME (usually $HOME/.config) is a single place to look for all of your application configuration files, making it easy to version control, etc. Having ghorg use $HOME/ghorg leads to a messier $HOME, and yet one more place to hoover things up.
Describe the solution you'd like
If $XDG_CONFIG_HOME is defined, store your configs in $XDG_CONFIG_HOME/ghorg. Otherwise, default - probably to $HOME/.config/ghorg - a number of CLI OSX applications use that now, as well.
Describe alternatives you've considered
Symlinks... :(
Additional context
The text was updated successfully, but these errors were encountered: