zsh-you-should-use

This commit is contained in:
Ivan Dimitrov 2023-07-14 22:10:49 +03:00
parent b22041a70b
commit 0bb868bed1

View File

@ -95,6 +95,11 @@
file = "nix-shell.plugin.zsh"; file = "nix-shell.plugin.zsh";
src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell"; src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell";
} }
{
name = "zsh-you-should-use";
file = "you-should-use.plugin.zsh";
src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use";
}
]; ];
initExtra = '' initExtra = ''
source "$HOME/.p10k.zsh" source "$HOME/.p10k.zsh"