roughed out the new render program in Python, closing #2 as we're not going to support fish

This commit is contained in:
Martinez 2015-04-26 14:15:48 +02:00
parent 313a2dee99
commit ca28ca1680
5 changed files with 230 additions and 10 deletions

View file

@ -6,7 +6,7 @@ EAPI=5
inherit git-2
DESCRIPTION="A nonintrusive shell prompt that provides: username, hostname, tty name, cwd, return value of the last command, current time, disk space, and system load. Fish or zsh is preferred, although bash is also somewhat supported."
DESCRIPTION="A nonintrusive zsh prompt that provides useful data like pwd, git info and system stats to the user."
HOMEPAGE="https://git.covalent.cz/overwatch/over-prompt"
SRC_URI=""