commit | ec0c68781f174bba6352e2236355629708d22fba | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周四 4月 26 06:28:25 2012 -0700 |
committer | Travis Swicegood <development@domain51.com> | 周四 4月 26 06:28:25 2012 -0700 |
tree | cd0b9808d5efd52d2c2fcd056e55232e4906f741 | |
parent | a7293796864ba212afd859f041a463121d9caa40 [diff] | |
parent | 5659a734456612e15c411693c6d572ce4aa65d7b [diff] |
Merge pull request #113 from dleavitt/master Show rbenv's active ruby rather than global ruby in theme
diff --git a/themes/zork/zork.theme.bash b/themes/zork/zork.theme.bash index f541c0d..c71f134 100644 --- a/themes/zork/zork.theme.bash +++ b/themes/zork/zork.theme.bash
@@ -53,6 +53,8 @@ ;; "pandora") my_ps_host="${red}\h${normal}"; ;; + * ) my_ps_host="${green}\h${normal}"; + ;; esac my_ps_user="\[\033[01;32m\]\u\[\033[00m\]";