From fca1cd048e7a041ce93120af974166dd7b258aab Mon Sep 17 00:00:00 2001 From: Asmir A Date: Tue, 3 Dec 2024 15:59:57 +0100 Subject: [PATCH] home/zsh: add pay-respects alias; remove fast_syntax_highlight plugin --- home/zsh.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/zsh.nix b/home/zsh.nix index ed61141..29a6708 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -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 {