Aliases are not saved into XDG_CONFIG_HOME
WavinFlag opened this issue · 2 comments
WavinFlag commented
...as line 9 always fails.
homebrew-aliases/lib/aliases.rb
Lines 8 to 12 in da6f87a
Changing it to
Pathname.new("~/.config/brew-aliases").expand_path
should fix it, but then the latter condition ("~/.brew-aliases"
) is never reached.
BrewTestBot commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
bfontaine commented
Sorry for the delay, it should be fixed now.