diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-05-07 16:29:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-05-07 16:29:43 +0200 |
commit | cd82d5e39d8b8dea67c72557c1834d365cafc2d5 (patch) | |
tree | 0a02e9ec5b2f0dc4c9a77514b896937bae590189 | |
parent | 76112f7bc5ea64612c397e7f0aba139517640851 (diff) | |
download | ponysay-cd82d5e39d8b8dea67c72557c1834d365cafc2d5.tar.gz ponysay-cd82d5e39d8b8dea67c72557c1834d365cafc2d5.tar.bz2 ponysay-cd82d5e39d8b8dea67c72557c1834d365cafc2d5.zip |
adding TTY note
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 +### 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® ----------------------------------- [¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png) |