Skip to content

Commit

Permalink
Add nix-darwin path to autojump.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine committed Apr 30, 2024
1 parent 21963f4 commit 4c7eaea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/autojump/autojump.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c7eaea

Please sign in to comment.