General: Remove reference to old config location

This commit is contained in:
Dylan Araps 2017-01-18 12:52:04 +11:00
parent 41316aaf16
commit 3c7622bf80
1 changed files with 0 additions and 3 deletions

View File

@ -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"