loquacious: Tweak help
This commit is contained in:
parent
cb810d4ef6
commit
c1251ecfc3
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@ function prompt_loquacious_help
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
This prompt takes up two lines. At its most verbose, it looks like this:
|
This prompt takes up two lines. At its most verbose, it looks like this:
|
||||||
|
|
||||||
<user> at <host> in <cwd> on <gitbranch>
|
<user> at <host> in <cwd> on <repo>(<branch>)
|
||||||
%
|
%
|
||||||
|
|
||||||
By default, <host> is only shown when the SSH_CONNECTION variable is set; in
|
By default, <host> is only shown when the SSH_CONNECTION variable is set; in
|
||||||
other words, when this shell session was opened via an SSH connection. The
|
other words, when this shell session was opened via an SSH connection. The
|
||||||
prompt will also show the current git branch (<gitbranch>) if the current
|
prompt will also show the current repository and branch using vcs_info if the
|
||||||
directory is in a git repository.
|
current directory is in a repo.
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue