blob: e568964e4831e133c2e32b8c5489c255f5ce648b [file] [log] [blame]
Eitan Adler3fc60b52012-04-17 00:24:58 -04001#!/usr/bin/env bash
JFSIII1b7c9412011-06-17 19:45:21 -04002function prompt_command() {
3 PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)\]${blue} →${bold_blue} ${reset_color} ";
4}
5
6PROMPT_COMMAND=prompt_command;