Config: Applied @fornwall's patch
This commit is contained in:
parent
bc13d6d5d7
commit
97a437b7ed
4
neofetch
4
neofetch
|
@ -3339,8 +3339,8 @@ get_default_config() {
|
|||
elif [[ -f "/usr/local/etc/neofetch/config" ]]; then
|
||||
default_config="/usr/local/etc/neofetch/config"
|
||||
|
||||
elif [[ -f "/data/data/com.termux/files/etc/neofetch/config" ]]; then
|
||||
default_config="/data/data/com.termux/files/etc/neofetch/config"
|
||||
elif [[ -f "/data/data/com.termux/files/usr/etc/neofetch/config" ]]; then
|
||||
default_config="/data/data/com.termux/files/usr/etc/neofetch/config"
|
||||
|
||||
elif [[ -f "/boot/home/config/non-packaged/etc/neofetch/config" ]]; then
|
||||
default_config="/boot/home/config/non-packaged/etc/neofetch/config"
|
||||
|
|
Reference in New Issue