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:
6044d3a
)
Make $HOSTNAME not necessary for hostname.
author
Changwoo Park
<pismute@gmail.com>
Thu, 13 Oct 2011 05:19:03 +0000
(14:19 +0900)
committer
Changwoo Park
<pismute@gmail.com>
Wed, 25 Apr 2012 00:53:43 +0000
(09:53 +0900)
themes/zork/zork.theme.bash
patch
|
blob
|
history
diff --git
a/themes/zork/zork.theme.bash
b/themes/zork/zork.theme.bash
index
f541c0d
..
c71f134
100644
(file)
--- a/
themes/zork/zork.theme.bash
+++ b/
themes/zork/zork.theme.bash
@@
-53,6
+53,8
@@
prompt() {
;;
"pandora") my_ps_host="${red}\h${normal}";
;;
+ * ) my_ps_host="${green}\h${normal}";
+ ;;
esac
my_ps_user="\[\033[01;32m\]\u\[\033[00m\]";