Use zoxide to provide paths to fzf
This commit is contained in:
parent
bad8b22a3b
commit
54fdbd71d9
2 changed files with 6 additions and 11 deletions
system/shared
|
@ -31,6 +31,11 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.sessionPath = [ "$HOME/.config/bin" ];
|
||||
|
||||
xdg.configFile."ripgrep/config".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue