Merge branch 'master' of github.com:dylanaraps/neofetch
This commit is contained in:
commit
4ee3f48cb2
4
neofetch
4
neofetch
|
@ -3358,8 +3358,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"
|
||||
|
|
Reference in New Issue