diff options
Diffstat (limited to 'shells/git-prompt.zsh/files/pkg-message.in')
-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. |