ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.61k stars 58 forks source link

Support XDG_CONFIG_HOME env #46

Closed zchee closed 7 years ago

zchee commented 7 years ago

Support XDG_CONFIG_HOME environment variable. And fix hardcoded filepath(/) separator, exported EditFile, ConfigFile and QueryFile.

I'm a macOS user, but many command line tools supported XDG_CONFIG_HOME. So I'm glad if borg also supports that environment. Note that added backward compatibility that uses the$HOME/.borg if already exists.


This includes small personal opinion. Feel free to reject this pull request if you don't like it.

crufter commented 7 years ago

LGTM, man, thanks!

Gonna test it later this day and merge.

zchee commented 7 years ago

@crufter Ah, I do not yet fix the loop section, it's OK? BTW, Thanks merged :)

crufter commented 7 years ago

@zchee Ofc it's ok ;) Stuff can always be fixed later :P

No worries, thanks for th help, man!