From fe793fa440580bb38ed7ce8eaa3062bc76d94f4a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 1 Jul 2017 09:16:41 +1000 Subject: [PATCH] config: Remove one too many .confs --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 3f36e3bb..a7081f77 100755 --- a/neofetch +++ b/neofetch @@ -3641,7 +3641,7 @@ get_user_config() { config_file="${XDG_CONFIG_HOME}/neofetch/config.conf" elif [[ -f "/etc/neofetch/config.conf" ]]; then - cp "/etc/neofetch/config.conf" "${XDG_CONFIG_HOME}/neofetch.conf" + cp "/etc/neofetch/config.conf" "${XDG_CONFIG_HOME}/neofetch" config_file="${XDG_CONFIG_HOME}/neofetch/config.conf" elif [[ -f "/usr/local/etc/neofetch/config.conf" ]]; then