Merge branch 'master' of github.com:dylanaraps/neofetch

This commit is contained in:
Dylan Araps 2017-01-29 18:43:02 +11:00
commit 4ee3f48cb2

View file

@ -3358,8 +3358,8 @@ get_default_config() {
elif [[ -f "/usr/local/etc/neofetch/config" ]]; then elif [[ -f "/usr/local/etc/neofetch/config" ]]; then
default_config="/usr/local/etc/neofetch/config" default_config="/usr/local/etc/neofetch/config"
elif [[ -f "/data/data/com.termux/files/etc/neofetch/config" ]]; then elif [[ -f "/data/data/com.termux/files/usr/etc/neofetch/config" ]]; then
default_config="/data/data/com.termux/files/etc/neofetch/config" default_config="/data/data/com.termux/files/usr/etc/neofetch/config"
elif [[ -f "/boot/home/config/non-packaged/etc/neofetch/config" ]]; then elif [[ -f "/boot/home/config/non-packaged/etc/neofetch/config" ]]; then
default_config="/boot/home/config/non-packaged/etc/neofetch/config" default_config="/boot/home/config/non-packaged/etc/neofetch/config"