From bfa2e0e2ef14441875396ad0219aabb778595044 Mon Sep 17 00:00:00 2001 From: Megu Megumi Date: Fri, 15 Jun 2012 17:51:01 +0700 Subject: [PATCH] fixed typo --- themes/whiterock.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/whiterock.zsh-theme b/themes/whiterock.zsh-theme index 405687330..c47f0b6b3 100644 --- a/themes/whiterock.zsh-theme +++ b/themes/whiterock.zsh-theme @@ -6,7 +6,7 @@ rp_mode='git-dir' # color definition -# first one is for normal user, while the oter is for root user +# first one is for normal user, while the other is for root user if [ `id -u` -ne 0 ]; then lp_color1='yellow' lp_color2='blue'