freebsd-ports/shells/git-prompt.zsh/files/pkg-message.in
Li-Wen Hsu 7bec851de4 Fix pkg-message displaying
PR:		248151
Approved by:	jrm (maintainer)
MFH:		2020Q3
2020-07-22 12:58:46 +00:00

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