cli: Enable zsh plugins fzf, z and fd

This commit is contained in:
Alexander Kobjolke 2023-07-02 10:49:15 +02:00
parent 980f6c0e69
commit 3649a22287

View file

@ -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";
};
};