commit | 9ba040a977488c39df6ece88dec6dc8b4438244b | [log] [tgz] |
---|---|---|
author | Changwoo Park <pismute@gmail.com> | 周四 10月 13 14:19:03 2011 +0900 |
committer | Changwoo Park <pismute@gmail.com> | 周三 4月 25 09:53:43 2012 +0900 |
tree | f29d4de5ce100a7003adcec9a63f6dc99dae6068 | |
parent | 6044d3abbede11a8a9d0d8ac3ce4fc229f1a82f5 [diff] |
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\]";