Commit 3c7622bf authored by Dylan Araps's avatar Dylan Araps

General: Remove reference to old config location

parent 41316aaf
...@@ -3272,9 +3272,6 @@ get_default_config() { ...@@ -3272,9 +3272,6 @@ get_default_config() {
if [[ -f "/etc/neofetch/config" ]]; then if [[ -f "/etc/neofetch/config" ]]; then
default_config="/etc/neofetch/config" 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 elif [[ -f "/data/data/com.termux/files/etc/neofetch/config" ]]; then
default_config="/data/data/com.termux/files/etc/neofetch/config" default_config="/data/data/com.termux/files/etc/neofetch/config"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment