From 97a437b7edf4b8d054016c9a2e69181e6278c84a Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 28 Jan 2017 13:54:40 +0700 Subject: [PATCH] Config: Applied @fornwall's patch --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 75a39d38..39ad0ae0 100755 --- a/neofetch +++ b/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"