From ebf5f6345a869ef050ff63bd5f251f57e6bef51f Mon Sep 17 00:00:00 2001 From: Herdiansyah Date: Wed, 2 Nov 2016 08:21:15 +0700 Subject: [PATCH] Android (Termux): Fixed ASCII not appearing --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 5c1a8277..a8f5bcec 100755 --- a/neofetch +++ b/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