summaryrefslogtreecommitdiff
path: root/shells/git-prompt.zsh/files
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-22 12:58:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-22 12:58:46 +0000
commit7bec851de4ff39f4a8ee53b54139df87f2b7918c (patch)
tree0e0388648cbeb138c2859a05cb6bddfb20f93232 /shells/git-prompt.zsh/files
parentUpdate 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.in2
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.