diff options
| author | Antoine <rouadec@gmail.com> | 2024-05-01 11:04:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 11:04:12 +0200 |
| commit | 8581ecd462ab2714936398c54433ed1deddb2926 (patch) | |
| tree | 8b73a0263fe2ebee3feb4d04db82630adebacc88 /plugins/autojump/autojump.plugin.zsh | |
| parent | 21963f4f678e69fb3154a1d43a33d531a5b3566d (diff) | |
| download | zsh-8581ecd462ab2714936398c54433ed1deddb2926.tar.gz zsh-8581ecd462ab2714936398c54433ed1deddb2926.tar.bz2 zsh-8581ecd462ab2714936398c54433ed1deddb2926.zip | |
feat(autojump): add `nix-darwin` install path (#12389)
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 5a52e3067..e385a2de8 100644 --- a/plugins/autojump/autojump.plugin.zsh +++ b/plugins/autojump/autojump.plugin.zsh @@ -15,6 +15,7 @@ autojump_paths=( /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 + /nix/var/nix/gcroots/current-system/sw/share/zsh/site-functions/autojump.zsh # macOS Nix, nix-darwin ) for file in $autojump_paths; do |
