From 180a173d65f52103f7349bca87fb76ab87b11a5e Mon Sep 17 00:00:00 2001 From: MatthewCox Date: Wed, 16 Jul 2014 14:17:40 +0100 Subject: [PATCH] add less to zsh linux commands highlighter --- zsh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nanorc b/zsh.nanorc index 42f3305..f22b394 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -17,7 +17,7 @@ color brightblue "\<(alias|bindkey|builtin|cd|eval|exec|export|jobs|let|popd|pus ## ZSH-specific color brightblue "\<(add-zsh-hook|autoload|compinit|echotc|emulate|print|prompt(init)?|setopt|zle|zmodload|zstyle)\>" ## Common linux commands -color brightmagenta "\<(cat|chmod|chown|cp|echo|env|false|find|grep|install|kill|ln|make|mkdir|mv|pwd|rm|rmdir|sed|tar|true|touch|uname|wc|whoami)\>" +color brightmagenta "\<(cat|chmod|chown|cp|echo|env|false|find|grep|install|kill|less|ln|make|mkdir|mv|pwd|rm|rmdir|sed|tar|true|touch|uname|wc|whoami)\>" ## Function definition icolor brightgreen "^\s+?(function\s+)?[0-9A-Z_]+\s+?\(\)"