zsh: enable suggestions

This commit is contained in:
Sridhar Ratnakumar 2024-03-22 11:53:25 -04:00
parent 737dcda77e
commit 2a5ba95144
2 changed files with 5 additions and 3 deletions

6
flake.lock generated
View file

@ -863,11 +863,11 @@
]
},
"locked": {
"lastModified": 1709764752,
"narHash": "sha256-+lM4J4JoJeiN8V+3WSWndPHj1pJ9Jc1UMikGbXLqCTk=",
"lastModified": 1710974515,
"narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "cf111d1a849ddfc38e9155be029519b0e2329615",
"rev": "1c2acec99933f9835cc7ad47e35303de92d923a4",
"type": "github"
},
"original": {

View file

@ -3,6 +3,8 @@
{
programs.zsh = {
enable = true;
autosuggestion.enable = true;
# This must be envExtra (rather than initExtra), because doom-emacs requires it
# https://github.com/doomemacs/doomemacs/issues/687#issuecomment-409889275
#