Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
69c33ba
)
Added Pete theme
author
Piotr Usewicz
<piotr@layer22.com>
Mon, 11 Oct 2010 13:01:32 +0000
(14:01 +0100)
committer
Piotr Usewicz
<piotr@layer22.com>
Mon, 11 Oct 2010 13:01:32 +0000
(14:01 +0100)
themes/pete/pete.theme.bash
[new file with mode: 0644]
patch
|
blob
diff --git a/themes/pete/pete.theme.bash
b/themes/pete/pete.theme.bash
new file mode 100644
(file)
index 0000000..
27397dc
--- /dev/null
+++ b/
themes/pete/pete.theme.bash
@@ -0,0
+1,11
@@
+#!/bin/bash
+
+# prompt themeing
+PROMPT="(\t) \$(prompt_char) [\[$bold_blue\]\u\[$white\]@\[$green\]\h\[$white\]] \[$bold_yellow\]\w\[$white\]\$(git_prompt_info)\$(rvm_version_prompt) \\$\[$reset_color\] "
+
+GIT_THEME_PROMPT_DIRTY=" ✗"
+GIT_THEME_PROMPT_CLEAN=" ✓"
+GIT_THEME_PROMPT_PREFIX=" ("
+GIT_THEME_PROMPT_SUFFIX=")"
+RVM_THEME_PROMPT_PREFIX=" ("
+RVM_THEME_PROMPT_SUFFIX=")"