From ccc08f7cd17df1b424bf1f2cc65bbfce5396599a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 14 Mar 2023 19:11:36 -0700 Subject: home/shell: a few more tweaks to zsh --- home/shell/zsh/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home/shell/zsh/default.nix') diff --git a/home/shell/zsh/default.nix b/home/shell/zsh/default.nix index 408ba9b..6bf11ab 100644 --- a/home/shell/zsh/default.nix +++ b/home/shell/zsh/default.nix @@ -10,7 +10,9 @@ in programs.zsh = { enable = true; dotDir = ".config/zsh"; + enableCompletion = true; + enableAutosuggestions = true; history = { size = 500000; -- cgit v1.2.3