Skip to content

Commit

Permalink
autosuggest deprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maksar committed Mar 25, 2024
1 parent d0a511e commit c5e607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

programs.zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
initExtraBeforeCompInit = ''
# $PWD/result*/bin
Expand Down

0 comments on commit c5e607c

Please sign in to comment.