Skip to content

Instantly share code, notes, and snippets.

@lunik1
Created January 27, 2021 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunik1/c45ba9437e52d280477f7082114789ae to your computer and use it in GitHub Desktop.
Save lunik1/c45ba9437e52d280477f7082114789ae to your computer and use it in GitHub Desktop.
programs.zsh = {
enable = true;
interactiveShellInit = "source ${pkgs.grml-zsh-config}/etc/zsh/zshrc";
promptInit = "";
syntaxHighlighting = {
enable = true;
styles = {
"alias" = "fg=green,bold";
"function" = "fg=magenta";
"builtin" = "fg=magenta,bold";
"path" = "fg=cyan";
"comment" = "fg=black";
"precommand" = "fg=yellow";
"back-quoted-argument-unclosed" = "fg=red,underline";
"single-quoted-argument-unclosed" = "fg=yellow,underline";
"double-quoted-argument" = "fg=yellow,bold";
"double-quoted-argument-unclosed" = "fg=yellow,underline,bold";
"dollar-quoted-argument-unclosed" = "fg=yellow,underline";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment