From 56696885abd5ddf40fdb11bc6cad2e40eeca9d3c Mon Sep 17 00:00:00 2001 From: arcan1s Date: Tue, 22 Apr 2014 07:12:20 +0400 Subject: [PATCH] zshrc --- zshrc | 2 +- zshrc_server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index bb7bf88..a3aa5f4 100644 --- a/zshrc +++ b/zshrc @@ -44,7 +44,7 @@ ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline' ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow' # pattern -ZSH_HIGHLIGHT_PATTERNS+=('\~b/* ' 'fg=green') +ZSH_HIGHLIGHT_PATTERNS+=('\~b/rm ' 'fg=green') # root #ZSH_HIGHLIGHT_STYLES[root]='bg=red' diff --git a/zshrc_server b/zshrc_server index 6984c44..6876cb2 100644 --- a/zshrc_server +++ b/zshrc_server @@ -44,7 +44,7 @@ ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=blue' ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=yellow,underline' ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=yellow' # pattern -ZSH_HIGHLIGHT_PATTERNS+=('\~b/* ' 'fg=green') +ZSH_HIGHLIGHT_PATTERNS+=('\~b/rm' 'fg=green') # root #ZSH_HIGHLIGHT_STYLES[root]='bg=red'