ensure zsh integration

This commit is contained in:
Christoph Cullmann 2024-07-02 22:46:38 +02:00
parent 01e376c936
commit 4861e9642b
No known key found for this signature in database

View file

@ -90,6 +90,7 @@
# integrate fuzzy search # integrate fuzzy search
programs.fzf = { programs.fzf = {
enable = true; enable = true;
enableZshIntegration = true;
}; };
# better ls, adds la and Co. aliases, too # better ls, adds la and Co. aliases, too