From cd82d5e39d8b8dea67c72557c1834d365cafc2d5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 7 May 2012 16:29:43 +0200 Subject: adding TTY note --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ef0d181..8d6a041 100644 --- a/README.md +++ b/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 +### 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) -- cgit