commit | a7293796864ba212afd859f041a463121d9caa40 | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周三 4月 25 06:07:51 2012 -0700 |
committer | Travis Swicegood <development@domain51.com> | 周三 4月 25 06:07:51 2012 -0700 |
tree | f29d4de5ce100a7003adcec9a63f6dc99dae6068 | |
parent | 6044d3abbede11a8a9d0d8ac3ce4fc229f1a82f5 [diff] | |
parent | 9ba040a977488c39df6ece88dec6dc8b4438244b [diff] |
Merge pull request #112 from pismute/zork [theme:zork]Make $HOSTNAME not necessary for hostname.
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\]";