Skip to content

Commit

Permalink
Merge pull request #101 from pazz/fix-issue-100
Browse files Browse the repository at this point in the history
unfold env-vars when determining config path
  • Loading branch information
Justus Winter committed Feb 20, 2015
2 parents 5111e36 + 511d888 commit 1468b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions afew/Settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
user_config_dir = os.path.join(os.environ.get('XDG_CONFIG_HOME',
os.path.expanduser('~/.config')),
'afew')
user_config_dir=os.path.expandvars(user_config_dir)

settings = SafeConfigParser()
# preserve the capitalization of the keys.
Expand Down

0 comments on commit 1468b47

Please sign in to comment.