themes: new square theme

square is a mix of the existing 'minimal' and 'standard' themes without
any unicode characters that might fail to render in some terminal
emulators.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
pull/182/merge^2
Mike Turquette 2013-01-05 15:16:42 -08:00 committed by Michael Turquette
parent 4f5bdd993e
commit 0b6401fa77
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
prompt() {
PS1="${green}\w${reset_color} $(__git_ps1 [${red}%s${reset_color}])$ "
}
PROMPT_COMMAND=prompt