Update syntax highlighting
This commit is contained in:
parent
ba50ef37c5
commit
8a768262fc
|
@ -4,7 +4,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableSyntaxHighlighting = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
cdpath = [ "~/Code" ];
|
cdpath = [ "~/Code" ];
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
Loading…
Reference in a new issue