Merge branch 'master' of https://github.com/dylanaraps/neofetch
This commit is contained in:
commit
2705f23248
3 changed files with 18 additions and 0 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue