Added support for Scientific Linux
This commit is contained in:
parent
4c026be4cd
commit
6ba5f78dee
2 changed files with 28 additions and 0 deletions
6
fetch
6
fetch
|
@ -1715,6 +1715,12 @@ getascii () {
|
|||
c2=$(color 1)
|
||||
;;
|
||||
|
||||
"Scientific"*)
|
||||
c1=$(color 4)
|
||||
c2=$(color 1)
|
||||
c3=$(color 7)
|
||||
;;
|
||||
|
||||
"Solus"*)
|
||||
c1=$(color 7)
|
||||
c2=$(color 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue