diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-22 12:58:46 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-22 12:58:46 +0000 |
commit | 7bec851de4ff39f4a8ee53b54139df87f2b7918c (patch) | |
tree | 0e0388648cbeb138c2859a05cb6bddfb20f93232 /shells/git-prompt.zsh/files | |
parent | Update from 6.0.5 to 6.0.6. (diff) |
Fix pkg-message displaying
PR: 248151
Approved by: jrm (maintainer)
MFH: 2020Q3
Diffstat (limited to 'shells/git-prompt.zsh/files')
-rw-r--r-- | shells/git-prompt.zsh/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/git-prompt.zsh/files/pkg-message.in b/shells/git-prompt.zsh/files/pkg-message.in index 684ebd3e0ea4..b578f0eb48a3 100644 --- a/shells/git-prompt.zsh/files/pkg-message.in +++ b/shells/git-prompt.zsh/files/pkg-message.in @@ -6,7 +6,7 @@ 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} +source %%DATADIR%%/%%PORTNAME%% Next, add ' $(gitprompt)%# ' to the end of the PROMPT value like in the example below. |