Android (Termux): Fixed ASCII not appearing
This commit is contained in:
parent
a37a3eec31
commit
ebf5f6345a
4
neofetch
4
neofetch
|
@ -1926,6 +1926,10 @@ getascii() {
|
|||
elif [ -f "/usr/local/share/neofetch/ascii/distro/${ascii/ *}" ]; then
|
||||
ascii="/usr/local/share/neofetch/ascii/distro/${ascii/ *}"
|
||||
|
||||
|
||||
elif [ -f "/data/data/com.termux/files/usr/share/neofetch/ascii/distro/${ascii/ *}" ]; then
|
||||
ascii="/data/data/com.termux/files/usr/share/neofetch/ascii/distro/${ascii/ *}"
|
||||
|
||||
else
|
||||
getscriptdir 2>/dev/null
|
||||
|
||||
|
|
Reference in New Issue