diff options
| author | Dee'Kej <devel@deekej.io> | 2024-04-06 19:12:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 19:12:05 +0200 |
| commit | d893dd9b83d518f2b2bd4b9a5b6a92ca0e4e33e2 (patch) | |
| tree | 17543b1e7941d49c23ccb1d88cbc7a70e24b91bd /plugins/autojump/autojump.plugin.zsh | |
| parent | 038931039030911852d456215d6f39385d5b7a6e (diff) | |
| download | zsh-d893dd9b83d518f2b2bd4b9a5b6a92ca0e4e33e2.tar.gz zsh-d893dd9b83d518f2b2bd4b9a5b6a92ca0e4e33e2.tar.bz2 zsh-d893dd9b83d518f2b2bd4b9a5b6a92ca0e4e33e2.zip | |
fix(autojump): add macOS 'pkgsrc' installation location (#12329)
Diffstat (limited to 'plugins/autojump/autojump.plugin.zsh')
| -rw-r--r-- | plugins/autojump/autojump.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autojump/autojump.plugin.zsh b/plugins/autojump/autojump.plugin.zsh index 84333a89f..5a52e3067 100644 --- a/plugins/autojump/autojump.plugin.zsh +++ b/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 ) |
