From 9ba040a977488c39df6ece88dec6dc8b4438244b Mon Sep 17 00:00:00 2001 From: Changwoo Park Date: Thu, 13 Oct 2011 14:19:03 +0900 Subject: [PATCH] Make $HOSTNAME not necessary for hostname. --- themes/zork/zork.theme.bash | 2 ++ 1 file changed, 2 insertions(+) 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\]"; -- 2.17.1