mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
fix: system update
This commit is contained in:
parent
f3886e8beb
commit
8d2e23cec9
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
enableAutoSuggestions = true;
|
||||||
enableFastSyntaxHighlighting = true;
|
enableFastSyntaxHighlighting = true;
|
||||||
enableFzfCompletion = true;
|
enableFzfCompletion = true;
|
||||||
enableFzfGit = true;
|
enableFzfGit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue