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