Add fzf-tab
This commit is contained in:
parent
8d5dad65d5
commit
6fe3a1ffbb
|
@ -9,7 +9,7 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
# {
|
# {
|
||||||
# name = "nix-zsh-shell-integration";
|
# name = "nix-zsh-shell-integration";
|
||||||
# src = pkgs.nix-zsh-shell-integration;
|
# src = pkgs.nix-zsh-shell;
|
||||||
# }
|
# }
|
||||||
{
|
{
|
||||||
name = "zsh-fast-syntax-highlighting";
|
name = "zsh-fast-syntax-highlighting";
|
||||||
|
@ -32,6 +32,10 @@
|
||||||
src = pkgs.zsh-powerlevel10k;
|
src = pkgs.zsh-powerlevel10k;
|
||||||
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "fzf-tab";
|
||||||
|
src = pkgs.zsh-fzf-tab;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
localVariables = shellOptions.variables;
|
localVariables = shellOptions.variables;
|
||||||
|
|
Loading…
Reference in New Issue