diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-10-25 15:55:54 +0100 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2010-10-25 15:55:54 +0100 |
commit | f0d93d781869233c6ab4955bed255108b4b1f810 (patch) | |
tree | 03d0b777cfa182902f497812079ae22732e21161 | |
parent | fe072db6f1c91f022311d38a142fb25db7c77732 (diff) |
Clear color at end of printing, fixes bug with bash
-rwxr-xr-x | archey3 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ LOGOS = {'Arch Linux': '''{c1} {c2} ;#### ####; {results[15]} {c2} ##' '## {results[16]} {c2} #' `# {results[17]} -{c2} ''' +\x1b[0m''' } FUNC_MAPPINGS = { |