zsh syntax highlighting

This commit is contained in:
2022-11-07 10:52:47 -05:00
parent 91cbdd4eaa
commit 3d5dd8d467

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" ];