From 17d69dbc1a2a334f19c24e1584a3bd9ecd062ced Mon Sep 17 00:00:00 2001 From: Tyler Freeman Date: Wed, 13 Jan 2016 18:31:10 -0800 Subject: [PATCH] Added Primer (minimal time) theme, based off of the candy theme. --- themes/primer/primer.theme.bash | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 themes/primer/primer.theme.bash diff --git a/themes/primer/primer.theme.bash b/themes/primer/primer.theme.bash new file mode 100644 index 00000000..0b01088e --- /dev/null +++ b/themes/primer/primer.theme.bash @@ -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; \ No newline at end of file