diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 0645a88..f3b9abe 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -13,17 +13,6 @@ initExtra = '' kitty + complete setup zsh | source /dev/stdin ''; - # autosuggestions.enable = true; - - # syntaxHighlighting = { - # enable = true; - # highlighters = [ "main" "brackets" "pattern" "cursor" ]; - # patterns = { - # "rm -rf *" = "fg=white,bold,bg=red"; - # }; - # }; - - # zsh-autoenv.enable = true; dotDir = ".config/zsh";