mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Add some intro taglines
One is just an improvement over one that's already there, so maybe it ought to just replace it. The others are Monty Python, from https://twitter.com/asmeurer/status/701509800530579456.
This commit is contained in:
parent
d4914227fb
commit
4cfb37ca37
1 changed files with 3 additions and 0 deletions
|
@ -40,11 +40,14 @@ the xonsh shell
|
|||
"Crustaceanly Yours",
|
||||
"With great shell comes great reproducibility",
|
||||
"None shell pass",
|
||||
"You shell not pass!",
|
||||
"The x-on shell",
|
||||
"It is pronounced <i>コンチ</i>",
|
||||
"It is pronounced <i>コンッチ</i>",
|
||||
"It is pronounced <i>コンシュ</i>",
|
||||
"The carcolh will catch you!",
|
||||
"WHAT...is your favorite shell?",
|
||||
"Exploiting the workers and hanging on to outdated imperialist dogma since 2015."
|
||||
];
|
||||
document.write(taglines[Math.floor(Math.random() * taglines.length)]);
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue