nixbook: update

This commit is contained in:
Tristan 2024-04-16 14:11:22 +01:00
parent 30a1a46729
commit 1af7b80a6f
5 changed files with 29 additions and 174 deletions

View file

@ -11,7 +11,7 @@
path = "${config.xdg.dataHome}/zsh/zsh_history";
};
autocd = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
completionInit = ''
autoload -U compinit && compinit
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'