Don't hardcode '/home/dyl/.config', use '' if available

This commit is contained in:
Dylan
2016-04-01 09:47:48 +11:00
parent 68c5fdb37e
commit 50d8a44a6d
2 changed files with 18 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
# Speed up script by not using unicode
export LC_ALL=C
export LANG=C
export LANGUAGE=C
# Info Options {{{
@@ -395,7 +394,7 @@ config="on"
# Path to custom config file location
# --config path/to/config
config_file="$HOME/.config/neofetch/config"
config_file="${XDG_CONFIG_HOME:-${HOME}/.config}/neofetch/config"
# }}}