mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
zsh: enable suggestions
This commit is contained in:
parent
737dcda77e
commit
2a5ba95144
2 changed files with 5 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue