Added Primer (minimal time) theme, based off of the candy theme.
This commit is contained in:
8
themes/primer/primer.theme.bash
Normal file
8
themes/primer/primer.theme.bash
Normal 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;
|
||||||
Reference in New Issue
Block a user