From eb3faeca659f003375a05368ca05f11a1b044fa9 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Sun, 22 Jun 2014 19:04:30 +0200 Subject: [PATCH] Adds description --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c14fb38..52fb0a5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Powerline for oh-my-zsh -This a fork of the Powerline Vim plugin for the oh-my-zsh shell. +This a fork of the +[Powerline Vim plugin](https://github.com/Lokaltog/vim-powerline) for the +[oh-my-zsh shell](https://github.com/robbyrussell/oh-my-zsh). + +It currently shows: +- Current Python virtualenv +- Current git repo +- Status of the current git repo +- Time + +If you want add some new feature, of fix some bug, open an issue and lets hack +together. + +Currently a **work in progress**.