diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-25 15:58:21 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-25 15:58:21 -0400 |
| commit | cb22599894335c495297b8786e95cabfa4af501d (patch) | |
| tree | 1149538f912b141af18b3bf4313afeb591654c11 /modules/user/zsh/default.nix | |
| parent | a9248f03c75628d9a4626a7c062b5f4697c9b4d3 (diff) | |
1.5 scale factor on laptop (2 is too big :<)
Diffstat (limited to 'modules/user/zsh/default.nix')
| -rw-r--r-- | modules/user/zsh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/zsh/default.nix b/modules/user/zsh/default.nix index 6f49406..3901f36 100644 --- a/modules/user/zsh/default.nix +++ b/modules/user/zsh/default.nix @@ -18,7 +18,7 @@ history.ignoreAllDups = true; initContent = builtins.readFile ./zshrc.zsh; - #loginExtra = builtins.readFile ./zlogin.zsh; + loginExtra = builtins.readFile ./zlogin.zsh; setOptions = [ "extendedglob" ]; syntaxHighlighting.enable = true; }; |
