Add arbiw bash theme.

pull/163/head
Willy Barro 2012-10-17 16:17:34 -03:00
parent 449d6d4fe1
commit ea5ec1d8bd
1 changed files with 8 additions and 0 deletions

View File

@ -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;