Enable zsh autosuggestions

This commit is contained in:
Tobias Ostner 2024-05-19 11:40:29 +02:00
parent 062234118a
commit cb1ad1c87c

View file

@ -157,6 +157,7 @@
zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
initExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
'';