From 3649a2228749dfb97f93015ef6ed84f862f438fc Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 2 Jul 2023 10:49:15 +0200 Subject: [PATCH] cli: Enable zsh plugins fzf, z and fd --- home/cli.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/cli.nix b/home/cli.nix index 60dad03..3395faa 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -50,6 +50,7 @@ in { dua # ncdu but better bat # better cat exa # better ls + fzf gcc cmake @@ -107,7 +108,7 @@ in { shellAliases = { e = "emacsclient -c $@"; }; oh-my-zsh = { enable = true; - plugins = [ "git" ]; + plugins = [ "git" "fzf" "fd" "z" ]; theme = "simple"; }; };