blob: 64d31b836a0d86e1dbb4e1a55e7c55285148845d [file] [log] [blame]
Robert R Evans70c3b522010-10-03 11:50:22 -07001#!/bin/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;