mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-18 10:24:24 +01:00
typos
This commit is contained in:
parent
d67febe2ad
commit
77e93df799
1 changed files with 3 additions and 3 deletions
|
@ -189,7 +189,7 @@ by using @code{fortune | ponypipe} instead of using @command{fortune}.
|
||||||
Alternatively use can use @command{pinkie} (or @command{pinkiepie}), which can
|
Alternatively use can use @command{pinkie} (or @command{pinkiepie}), which can
|
||||||
be downloaded from @url{https://github.com/maandree/pinkie-pie}, which is just
|
be downloaded from @url{https://github.com/maandree/pinkie-pie}, which is just
|
||||||
@code{fortune | ponypipe}.
|
@code{fortune | ponypipe}.
|
||||||
Their is also a large sed script, similar to @command{ponypipe}: @url{http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/}
|
There is also a large sed script, similar to @command{ponypipe}: @url{http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/}
|
||||||
|
|
||||||
|
|
||||||
@node Running on TTY
|
@node Running on TTY
|
||||||
|
@ -212,13 +212,13 @@ If you use TTY and have a custom colour palette, you should also add to your
|
||||||
@section Running on @command{screen}
|
@section Running on @command{screen}
|
||||||
@cindex screen
|
@cindex screen
|
||||||
|
|
||||||
@command{screen} will adapt ASNI colour escape sequencies to your terminals
|
@command{screen} will adapt ASNI colour escape sequencies to your terminal's
|
||||||
capabilities. This means that is your terminal reports itself as @code{xterm}
|
capabilities. This means that is your terminal reports itself as @code{xterm}
|
||||||
in @code{$TERM} it ponies will lose colours; they will only use the lower 16
|
in @code{$TERM} it ponies will lose colours; they will only use the lower 16
|
||||||
colours instread of the top 240 colours. By default, almost all X terminal,
|
colours instread of the top 240 colours. By default, almost all X terminal,
|
||||||
including @command{xterm} and @command{mate-terminal} reports themself as
|
including @command{xterm} and @command{mate-terminal} reports themself as
|
||||||
@code{xterm} in @code{$TERM}, and some reports their actual name in @code{$COLORTERM}.
|
@code{xterm} in @code{$TERM}, and some reports their actual name in @code{$COLORTERM}.
|
||||||
So before openning @command{screen} you use set @code{$TERM} to @code{xterm-256colour},
|
So before openning @command{screen} you use set @code{$TERM} to @code{xterm-256color},
|
||||||
if you are using a terminal with support for @code{xterm}'s 256 colours; this
|
if you are using a terminal with support for @code{xterm}'s 256 colours; this
|
||||||
can be done by adding to your @code{~/.bashrc}:
|
can be done by adding to your @code{~/.bashrc}:
|
||||||
@example
|
@example
|
||||||
|
|
Loading…
Reference in a new issue