ensure zsh integration
This commit is contained in:
parent
01e376c936
commit
4861e9642b
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -90,6 +90,7 @@
|
|||
# integrate fuzzy search
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
# better ls, adds la and Co. aliases, too
|
||||
|
|
Loading…
Reference in a new issue