freebsd-ports/shells/git-prompt.zsh/files/pkg-message.in

27 lines
441 B
Text
Raw Normal View History

[
{
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
}
]