From 9dec5868844f9ccf1cd08481626bfc5283479c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Romey?= Date: Thu, 15 Nov 2012 10:53:33 +0100 Subject: [PATCH] Updated install script --- install_in_omz.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_in_omz.sh b/install_in_omz.sh index 5a31398..e5b3468 100755 --- a/install_in_omz.sh +++ b/install_in_omz.sh @@ -33,4 +33,5 @@ POWERLINE_DETECT_SSH=\"true\" Requirements: Vim Powerline patched font: See Powerline for vim for more info. -Z shell (zsh): See oh-my-zsh for more info." +Z shell (zsh): See oh-my-zsh for more info. +Make sure terminal is using 256-colors mode with export TERM=\"xterm-256color\"".