cli: Enable zsh plugins fzf, z and fd
This commit is contained in:
parent
980f6c0e69
commit
3649a22287
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ in {
|
||||||
dua # ncdu but better
|
dua # ncdu but better
|
||||||
bat # better cat
|
bat # better cat
|
||||||
exa # better ls
|
exa # better ls
|
||||||
|
fzf
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
cmake
|
cmake
|
||||||
|
|
@ -107,7 +108,7 @@ in {
|
||||||
shellAliases = { e = "emacsclient -c $@"; };
|
shellAliases = { e = "emacsclient -c $@"; };
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" ];
|
plugins = [ "git" "fzf" "fd" "z" ];
|
||||||
theme = "simple";
|
theme = "simple";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue