From 9a64ab70ea3276cf4470b6a23eaca81980f3a071 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 03:43:04 -0500 Subject: switch back to zsh + fix some issues i miss fish but it's being weird :/ --- users/seth/shell/zsh/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/seth/shell/zsh/default.nix') diff --git a/users/seth/shell/zsh/default.nix b/users/seth/shell/zsh/default.nix index eb9145a..0b5a5dd 100644 --- a/users/seth/shell/zsh/default.nix +++ b/users/seth/shell/zsh/default.nix @@ -3,9 +3,8 @@ , ... }: { programs.zsh = { - enable = false; + enable = true; enableAutosuggestions = true; - enableSyntaxHighlighting = true; enableVteIntegration = true; completionInit = '' autoload -Uz bashcompinit compinit @@ -90,5 +89,6 @@ # file = ".p10k.zsh"; # } ]; + enableSyntaxHighlighting = true; }; } -- cgit v1.2.3