summaryrefslogtreecommitdiff
path: root/users/seth/shell/zsh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/seth/shell/zsh/default.nix')
-rw-r--r--users/seth/shell/zsh/default.nix4
1 files changed, 2 insertions, 2 deletions
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;
};
}