Browse Source

feat(autojump): add support for NetBSD (#9746)

Jason A. Crome 2 years ago
parent
commit
292f11e97a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/autojump/autojump.plugin.zsh

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

@@ -8,6 +8,7 @@ autojump_paths=(
   /etc/profile.d/autojump.zsh                        # manual installation
   /etc/profile.d/autojump.sh                         # Gentoo installation
   /usr/local/share/autojump/autojump.zsh             # FreeBSD installation
+  /usr/pkg/share/autojump/autojump.zsh               # NetBSD installation
   /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)