ports/shells/git-prompt.zsh/files/pkg-message.in
2019-06-29 12:44:16 +00:00

26 lines
451 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}/${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
}
]