From 0b6401fa77bff0f7f3874d250a0d5f070ba1d606 Mon Sep 17 00:00:00 2001 From: Mike Turquette Date: Sat, 5 Jan 2013 15:16:42 -0800 Subject: [PATCH] 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 --- themes/square/square.theme.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 themes/square/square.theme.bash diff --git a/themes/square/square.theme.bash b/themes/square/square.theme.bash new file mode 100644 index 00000000..5beee8cf --- /dev/null +++ b/themes/square/square.theme.bash @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +prompt() { + PS1="${green}\w${reset_color} $(__git_ps1 [${red}%s${reset_color}])$ " +} + +PROMPT_COMMAND=prompt