Commit fe793fa4 authored by Dylan Araps's avatar Dylan Araps

config: Remove one too many .confs

parent 8ded6cc9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment