Files
bash-it/themes/candy/candy.theme.bash
2012-04-17 00:24:58 -04:00

7 lines
215 B
Bash

#!/usr/bin/env bash
function prompt_command() {
PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)\]${blue}${bold_blue} ${reset_color} ";
}
PROMPT_COMMAND=prompt_command;