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 {