From 3c7622bf8072797ca51869283b4c5fc3c24063af Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 18 Jan 2017 12:52:04 +1100 Subject: [PATCH] General: Remove reference to old config location --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index 245ac720..d6984a0c 100755 --- a/neofetch +++ b/neofetch @@ -3272,9 +3272,6 @@ get_default_config() { if [[ -f "/etc/neofetch/config" ]]; then default_config="/etc/neofetch/config" - elif [[ -f "/usr/local/share/neofetch/config" ]]; then - default_config="/usr/local/share/neofetch/config" - elif [[ -f "/data/data/com.termux/files/etc/neofetch/config" ]]; then default_config="/data/data/com.termux/files/etc/neofetch/config"