Skip to content

Commit

Permalink
add zoxide hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Apr 22, 2024
1 parent 02e6cc5 commit 0b18c04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@
ripgrep.enable = true;
starship.enable = true;
yt-dlp.enable = true;
zoxide.enable = true;
zoxide = {
enable = true;
options = [
"--hook pwd"
];
};
};
}

0 comments on commit 0b18c04

Please sign in to comment.