feat(autojump): add `nix-darwin` install path (#12389)

master
Antoine 2 years ago committed by GitHub
parent 21963f4f67
commit 8581ecd462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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

Loading…
Cancel
Save