Add zoxide integration for smart directory navigation
- Add zoxide package to flake.nix - Enable zoxide with zsh integration in modules/zsh.nix - Configure zoxide to replace cd command with smart frecency-based navigation - Add zi alias for interactive directory selection with fzf 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a7164a0ff3
commit
73d425d2bf
2 changed files with 12 additions and 0 deletions
|
|
@ -74,6 +74,7 @@
|
|||
git-credential-oauth
|
||||
rsync
|
||||
gnumake
|
||||
zoxide
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue