From: Changwoo Park Date: Thu, 13 Oct 2011 05:19:03 +0000 (+0900) Subject: Make $HOSTNAME not necessary for hostname. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=9ba040a977488c39df6ece88dec6dc8b4438244b;p=common%2Fbash_it.git 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 @@ prompt() { ;; "pandora") my_ps_host="${red}\h${normal}"; ;; + * ) my_ps_host="${green}\h${normal}"; + ;; esac my_ps_user="\[\033[01;32m\]\u\[\033[00m\]";