fix(zsh): add zsh system wide

This commit is contained in:
Mohammad Rafiq 2025-05-18 17:51:56 +08:00
parent db66adcc8c
commit 3a949f2056
No known key found for this signature in database
3 changed files with 11 additions and 4 deletions

View file

@ -2,8 +2,6 @@
{
programs.zsh = {
enable = true;
enableCompletions = true;
autosuggestion = true;
enableVteIntegration = true;
syntaxHighlighting.enable = true;
history.share = true;