diff --git a/home/modules/shell.nix b/home/modules/shell.nix index eb4a67b..0eac7bb 100644 --- a/home/modules/shell.nix +++ b/home/modules/shell.nix @@ -171,6 +171,13 @@ in pe = "printenv"; }; + syntaxHighlighting.enable = true; + + autosuggestion = { + enable = true; + strategy = [ "history" "completion" ]; + }; + completionInit = '' autoload -U compinit && compinit -d "$XDG_STATE_HOME/zcompdump" -u zmodload zsh/complist