From ea5ec1d8bde7d40f63aa4b6f645f875944a8cf3c Mon Sep 17 00:00:00 2001 From: Willy Barro Date: Wed, 17 Oct 2012 16:17:34 -0300 Subject: [PATCH] Add arbiw bash theme. --- themes/arbiw/arbiw.theme.bash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/arbiw/arbiw.theme.bash diff --git a/themes/arbiw/arbiw.theme.bash b/themes/arbiw/arbiw.theme.bash new file mode 100644 index 00000000..e48a0315 --- /dev/null +++ b/themes/arbiw/arbiw.theme.bash @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +SCM_THEME_PROMPT_PREFIX='' +SCM_THEME_PROMPT_SUFFIX='' +function prompt_command() { + PS1="${green}\u@\h ${cyan}[\t] ${reset_color}${white}[\w] ${orange}[$(scm_prompt_info)${orange}]\n ${reset_color}\$ "; +} + +PROMPT_COMMAND=prompt_command;