flake update zsh fix
This commit is contained in:
parent
55c6b8e0f9
commit
eb78dfe62e
@ -10,7 +10,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
dotDir = ".config/zsh_nix";
|
dotDir = ".config/zsh_nix";
|
||||||
enableAutosuggestions = true; # Auto suggest options and highlights syntact, searches in history for options
|
enableAutosuggestions = true; # Auto suggest options and highlights syntact, searches in history for options
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
|
|
||||||
oh-my-zsh = { # Extra plugins for zsh
|
oh-my-zsh = { # Extra plugins for zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user