Commit 9aec102b authored by Dylan Araps's avatar Dylan Araps

General: cleanup

parent 5e76bf8f
...@@ -2857,6 +2857,7 @@ get_user_config() { ...@@ -2857,6 +2857,7 @@ get_user_config() {
cp "$script_dir/config/config" "$XDG_CONFIG_HOME/neofetch" cp "$script_dir/config/config" "$XDG_CONFIG_HOME/neofetch"
config_file="$XDG_CONFIG_HOME/neofetch/config" config_file="$XDG_CONFIG_HOME/neofetch/config"
fi fi
source "$config_file" source "$config_file"
err "Config: Sourced user config. ($config_file)" err "Config: Sourced user config. ($config_file)"
} }
......
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