diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-11 12:34:19 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-11 12:34:19 -0400 |
| commit | b8d5c7f8b0e2f57b8fdd6adc1a2f4b1763243951 (patch) | |
| tree | c928530aa68d27c9d020bef3505eaeb1ad6ffaa5 | |
| parent | fab8f2f1630faa35c05bb72567ad8063911fa7f8 (diff) | |
HUGE productivity gains
| -rw-r--r-- | modules/user/zsh/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/zsh/default.nix b/modules/user/zsh/default.nix index 48876fc..e77ce83 100644 --- a/modules/user/zsh/default.nix +++ b/modules/user/zsh/default.nix @@ -22,6 +22,10 @@ initContent = builtins.readFile ./zshrc.zsh; loginExtra = builtins.readFile ./zlogin.zsh; setOptions = [ "extendedglob" ]; + shellAliases = { + k = "kak"; + }; + syntaxHighlighting.enable = true; }; }; |
