zsh syntax highlighting

This commit is contained in:
Dustin Swan 2022-11-07 10:52:47 -05:00
parent 91cbdd4eaa
commit 3d5dd8d467
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

View file

@ -73,6 +73,7 @@ in
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
oh-my-zsh = {
enable = true;
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];