From ece5ccf44b995843e4cd747352f09f4ae23b4a7c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 24 May 2017 09:56:49 +1000 Subject: [PATCH] Config: Fixed bug with default config not getting created --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index da64c02e..c0526283 100755 --- a/neofetch +++ b/neofetch @@ -3563,7 +3563,7 @@ get_user_config() { config_file="${XDG_CONFIG_HOME}/neofetch/config" elif [[ -f "/etc/neofetch/config" ]]; then - cp "/usr/share/neofetch/config" "${XDG_CONFIG_HOME}/neofetch" + cp "/etc/neofetch/config" "${XDG_CONFIG_HOME}/neofetch" config_file="${XDG_CONFIG_HOME}/neofetch/config" elif [[ -f "/usr/local/etc/neofetch/config" ]]; then