mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
adding TTY note
This commit is contained in:
parent
76112f7bc5
commit
cd82d5e39d
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -38,6 +38,18 @@ Edit your `~/.bashrc` and add this to the end of the file
|
||||||
|
|
||||||
Now every time you open a terminal a pony should give your fortune
|
Now every time you open a terminal a pony should give your fortune
|
||||||
|
|
||||||
|
### Ponies in TTY (Linux VT)
|
||||||
|
|
||||||
|
If you have a custom colour palette edit your `~/.bashrc` and add
|
||||||
|
|
||||||
|
if [ "$TERM" = "linux" ]; then
|
||||||
|
function ponysay
|
||||||
|
{
|
||||||
|
exec ponysay $@
|
||||||
|
#RESET PALETTE HERE
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
Installation on Microsoft™ Windows®
|
Installation on Microsoft™ Windows®
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
||||||
|
|
Loading…
Reference in a new issue