diff options
| -rwxr-xr-x | pfetch | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -63,7 +63,7 @@ get_os() { Linux*) # Some Linux distributions (which are based on others) # fail to identify as they **do not** change the upstream - # distributions identification packages or files. + # distribution's identification packages or files. # # It is senseless to add a special case in the code for # each and every distribution (which _is_ technically no @@ -858,13 +858,13 @@ get_ascii() { [Aa]rch*) read_ascii 4 <<-EOF - ${c6} /\\ - ${c6} / \\ - ${c6} /\\ \\ - ${c4} / \\ - ${c4} / ,, \\ - ${c4} / | | -\\ - ${c4} /_-'' ''-_\\ + ${c6} /\\ + ${c6} / \\ + ${c6} /\\ \\ + ${c4} / \\ + ${c4} / ,, \\ + ${c4} / | | -\\ + ${c4} /_-'' ''-_\\ EOF ;; @@ -949,12 +949,12 @@ get_ascii() { [Ee]ndeavour*) read_ascii 4 <<-EOF - ${c1}/${c4}\\ - ${c1}/${c4}/ \\${c6}\\ - ${c1}/${c4}/ \\ ${c6}\\ - ${c1}/ ${c4}/ _) ${c6}) - ${c1}/_${c4}/___-- ${c6}__- - ${c6}/____-- + ${c1}/${c4}\\ + ${c1}/${c4}/ \\${c6}\\ + ${c1}/${c4}/ \\ ${c6}\\ + ${c1}/ ${c4}/ _) ${c6}) + ${c1}/_${c4}/___-- ${c6}__- + ${c6}/____-- EOF ;; |
