2 Commits 0389310390 ... bf713e2c11

Author SHA1 Message Date
  David Chin bf713e2c11 Update README for git-prompt to clarify how to use (#10922) 3 weeks ago
  Dee'Kej d893dd9b83 fix(autojump): add macOS 'pkgsrc' installation location (#12329) 3 weeks ago
2 changed files with 5 additions and 0 deletions
  1. 1 0
      plugins/autojump/autojump.plugin.zsh
  2. 4 0
      plugins/git-prompt/README.md

+ 1 - 0
plugins/autojump/autojump.plugin.zsh

@@ -13,6 +13,7 @@ autojump_paths=(
   /opt/local/etc/profile.d/autojump.sh                     # macOS with MacPorts
   /usr/local/etc/profile.d/autojump.sh                     # macOS with Homebrew (default)
   /opt/homebrew/etc/profile.d/autojump.sh                  # macOS with Homebrew (default on M1 macs)
+  /opt/pkg/share/autojump/autojump.zsh                     # macOS with pkgsrc
   /etc/profiles/per-user/$USER/etc/profile.d/autojump.sh   # macOS Nix, Home Manager and flakes
 )
 

+ 4 - 0
plugins/git-prompt/README.md

@@ -9,6 +9,10 @@ To use it, add `git-prompt` to the plugins array in your zshrc file:
 plugins=(... git-prompt)
 ```
 
+You may also need to [customize your theme](https://github.com/ohmyzsh/ohmyzsh/issues/9395#issuecomment-1027130429) 
+to change the way the prompt is built. See the
+[OMZ wiki on customizing themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes).
+
 See the [original repository](https://github.com/olivierverdier/zsh-git-prompt).
 
 ## Requirements