Android (Termux): Fix default config location
This commit is contained in:
parent
2c20ec3a16
commit
7ebd6dacba
3
neofetch
3
neofetch
|
@ -2712,6 +2712,9 @@ getdefaultconfig() {
|
||||||
elif [ -f "/usr/local/share/neofetch/config" ]; then
|
elif [ -f "/usr/local/share/neofetch/config" ]; then
|
||||||
default_config="/usr/local/share/neofetch/config"
|
default_config="/usr/local/share/neofetch/config"
|
||||||
|
|
||||||
|
elif [ -f "/data/data/com.termux/files/usr/share/neofetch/config" ]; then
|
||||||
|
default_config="/data/data/com.termux/files/usr/share/neofetch/config"
|
||||||
|
|
||||||
else
|
else
|
||||||
getscriptdir
|
getscriptdir
|
||||||
default_config="${script_dir}/config/config"
|
default_config="${script_dir}/config/config"
|
||||||
|
|
Reference in New Issue