diff --git a/fetch b/fetch index 462dfe18..dcedf709 100755 --- a/fetch +++ b/fetch @@ -1746,6 +1746,10 @@ getascii () { # looking in the script's directory. if [ -f "/usr/share/fetch/ascii/distro/${ascii/ *}" ]; then ascii="/usr/share/fetch/ascii/distro/${ascii/ *}" + + elif [ -f "/usr/local/share/fetch/ascii/distro/${ascii/ *}" ]; then + ascii="/usr/local/share/fetch/ascii/distro/${ascii/ *}" + else getscriptdir