bash-it/themes/primer/primer.theme.bash

8 lines
261 B
Bash

#!/usr/bin/env bash
# based of the candy theme, but minimized by odbol
function prompt_command() {
PS1="${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue}${bold_blue} ${reset_color} ";
}
safe_append_prompt_command prompt_command