mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
config: Remove one too many .confs
This commit is contained in:
2
neofetch
2
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
|
||||
|
Reference in New Issue
Block a user