354 current 2024-04-16 13:59:45 24.05.20240416.c04952a 6.8.4-zen1 *
This commit is contained in:
parent
62f89e692e
commit
5f0fa0659f
1 changed files with 25 additions and 25 deletions
|
|
@ -23,30 +23,30 @@ in {
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# initExtra = let
|
initExtra = let
|
||||||
# sources = with pkgs; [
|
sources = with pkgs; [
|
||||||
# "${zsh-nix-shell}/share/zsh-nix-shell/nix-shell.plugin.zsh"
|
"${zsh-nix-shell}/share/zsh-nix-shell/nix-shell.plugin.zsh"
|
||||||
# # "${zsh-history}/share/zsh/init.zsh"
|
# "${zsh-history}/share/zsh/init.zsh"
|
||||||
# "${zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh"
|
"${zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh"
|
||||||
# "${zsh-f-sy-h}/share/zsh/site-functions/F-Sy-H.plugin.zsh"
|
"${zsh-f-sy-h}/share/zsh/site-functions/F-Sy-H.plugin.zsh"
|
||||||
# "${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh"
|
"${zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh"
|
||||||
# "${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh"
|
"${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh"
|
||||||
# "${zsh-navigation-tools}/share/zsh/site-functions/zsh-navigation-tools.plugin.zsh"
|
"${zsh-navigation-tools}/share/zsh/site-functions/zsh-navigation-tools.plugin.zsh"
|
||||||
# ];
|
];
|
||||||
#
|
|
||||||
# source = map (source: "source ${source}") sources;
|
source = map (source: "source ${source}") sources;
|
||||||
#
|
|
||||||
# plugins = concatStringsSep "\n" ([
|
plugins = concatStringsSep "\n" ([
|
||||||
# "${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin"
|
"${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin"
|
||||||
# ]
|
]
|
||||||
# ++ source);
|
++ source);
|
||||||
# in ''
|
in ''
|
||||||
# ${plugins}
|
${plugins}
|
||||||
#
|
|
||||||
# bindkey "^[[1;3C" forward-word
|
bindkey "^[[1;3C" forward-word
|
||||||
# bindkey "^[[1;3D" backward-word
|
bindkey "^[[1;3D" backward-word
|
||||||
# '';
|
'';
|
||||||
#
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "zsh-tmux";
|
name = "zsh-tmux";
|
||||||
|
|
@ -55,7 +55,7 @@ in {
|
||||||
owner = "laggardkernel";
|
owner = "laggardkernel";
|
||||||
repo = "zsh-tmux";
|
repo = "zsh-tmux";
|
||||||
rev = "v1.1.0";
|
rev = "v1.1.0";
|
||||||
sha256 = "149zh2rm59blr2q458a5irkfh82y3dwdich60s9670kl3cl5h2m1";
|
sha256 = "sha256-BB9L84HjUnV1OUIp2U2lHYHEg5q4p/TgqLcsCvInkC8=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue