mirror of
https://github.com/dylanaraps/neofetch
synced 2025-12-31 00:02:56 -05:00
config: Remove one too many .confs
This commit is contained in:
parent
8ded6cc935
commit
fe793fa440
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user