From e217f88c25add70b584c062e5bc7ec981406b1b3 Mon Sep 17 00:00:00 2001 From: Arthur Wang Date: Thu, 15 Nov 2012 11:40:42 +0800 Subject: [PATCH] One more requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa27dc..ffdc0e4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Requirements * Vim Powerline patched font: See [Powerline for vim](https://github.com/Lokaltog/vim-powerline.git) for more info. * Z shell (zsh): See [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) for more info. +* Make sure terminal is using 256-colors mode with `export TERM="xterm-256color"` Contribute ----------