26 lines
441 B
Text
26 lines
441 B
Text
[
|
|
{
|
|
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
|
|
}
|
|
]
|