From eeaef1bada32a42c41d6db4ee40ff1a0443b0872 Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Wed, 6 Oct 2010 17:28:34 -0700 Subject: [PATCH] Added standard theme from alsemyonov. --- themes/standard/standard.theme.bash | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/standard/standard.theme.bash diff --git a/themes/standard/standard.theme.bash b/themes/standard/standard.theme.bash new file mode 100644 index 0000000..ce99709 --- /dev/null +++ b/themes/standard/standard.theme.bash @@ -0,0 +1,9 @@ +PROMPT='\[${green}\]\u\[${normal}\]@\[${green}\]\h\[${normal}\]:\[${blue}\]\w\[${normal}\]\[${red}\]$(prompt_char)$(git_prompt_info)\[${normal}\]\$ ' + +# git themeing +GIT_THEME_PROMPT_DIRTY="×" +GIT_THEME_PROMPT_CLEAN="✓" +GIT_THEME_PROMPT_PREFIX="" +GIT_THEME_PROMPT_SUFFIX="" + +# ${debian_chroot:+($debian_chroot)} \ No newline at end of file -- 2.17.1