Merge pull request #648 from odbol/master

Added Primer (minimal time) theme, based off of the candy theme.
pull/649/head
Nils Winkler 2016-01-14 08:18:37 +01:00
commit 92299bee8d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/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} ";
}
PROMPT_COMMAND=prompt_command;