aboutsummaryrefslogtreecommitdiff
path: root/shells/git-prompt.zsh/files/pkg-message.in
blob: b578f0eb48a3cce269c4be496e3962aee0e24c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
message: <<EOT
Final git-prompt.zsh setup instructions:

To add the git status indicator to your prompt, source git-prompt.zsh in
one of your Zsh startup files using

source %%DATADIR%%/%%PORTNAME%%

Next, add ' $(gitprompt)%# ' to the end of the PROMPT value like in the
example below.

PROMPT='%n@%m %~ $(gitprompt)%# '

For details, refer to

%%DOCSDIR%%/README.md

or

https://github.com/woefe/git-prompt.zsh
EOT
  type: install
}
]