Compare commits
No commits in common. "d14d71c58a77ebe0b4836a42d6d041154f4f1bde" and "bf87b4abf06116d1befeaf76af2939ac2451fb63" have entirely different histories.
d14d71c58a
...
bf87b4abf0
|
@ -66,7 +66,7 @@ then
|
|||
then
|
||||
. ~/.zxtermcolors
|
||||
else
|
||||
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X" --fg "#000000"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors
|
||||
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue