Touch up spelling and grammar.
This commit is contained in:
parent
f483697fda
commit
bff75a8f8d
10
README.md
10
README.md
@ -5,7 +5,7 @@ Liquid prompt is a smart prompt for the "Bourne-Again" Unix shell (bash) and for
|
||||
Zsh.
|
||||
|
||||
The basic idea of the liquid prompt is to nicely display useful informations on
|
||||
the shell prompt, only when they are needed. It adds carefuly chosen colors to
|
||||
the shell prompt, only when they are needed. It adds carefully chosen colors to
|
||||
draw your attention on what differs from the normal context. Thus, you will
|
||||
notice what changes, when it changes, because you do not become accommodated to
|
||||
informations that are always displayed in the same way.
|
||||
@ -21,8 +21,8 @@ to a default prompt:
|
||||
|
||||
`[user:~] $ `
|
||||
|
||||
If you have ran one command in background that is still running and that you are
|
||||
in a git repository on a server, at branch "myb":
|
||||
If you are running a command in the background that is still running and you are
|
||||
in a git repository on a server, on branch "myb":
|
||||
|
||||
`1r [user@server:~/liquidprompt] myb ± `
|
||||
|
||||
@ -34,7 +34,7 @@ It (may) displays:
|
||||
|
||||
* A tag associated to the current shell session (you can easily add any
|
||||
prefix tag to your prompt, by invoking `prompt_tag MYTAG`).
|
||||
* The current time, either as numerci values or an analog clock,
|
||||
* The current time, either as numeric values or an analog clock,
|
||||
* a green ⏚ if the battery is charging, above the given threshold, but not charged,
|
||||
a yellow ⏚ if the battery is charging and under threshold,
|
||||
a yellow ⌁ if the battery is discharging but above threshold,
|
||||
@ -54,7 +54,7 @@ terminal multiplexer (`screen` or `tmux`);
|
||||
the same as the login user;
|
||||
* a green @ if the connection has X11 support, a yellow one if not;
|
||||
* the current host, if you are connected via a telnet connection (in bold red)
|
||||
or SSH (either a blue hostname or differents colors for different hosts);
|
||||
or SSH (either a blue hostname or different colors for different hosts);
|
||||
* a green colon if the user has write permissions on the current directory,
|
||||
a red one if he has not;
|
||||
* the current directory in bold, shortened if it takes too much space, while
|
||||
|
Loading…
Reference in New Issue
Block a user