home/zsh: add pay-respects alias; remove fast_syntax_highlight plugin

This commit is contained in:
Asmir A 2024-12-03 15:59:57 +01:00
parent d1f26e838d
commit fca1cd048e
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -17,6 +17,7 @@
cp = "cp -v";
rm = "rm -v";
ip = "ip --color=auto";
f = "''$(pay-respects zsh)";
};
history = {
@ -37,11 +38,6 @@
src = pkgs.nix-zsh-completions;
file = "share/zsh/plugins/nix/nix-zsh-completions.plugin.zsh";
}
{
name = "fast_syntax_highlight";
src = pkgs.zsh-fast-syntax-highlighting;
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
}
{
name = "pure_prompt";
src = pkgs.fetchFromGitHub {