Make $HOSTNAME not necessary for hostname.
authorChangwoo Park <pismute@gmail.com>
Thu, 13 Oct 2011 05:19:03 +0000 (14:19 +0900)
committerChangwoo Park <pismute@gmail.com>
Wed, 25 Apr 2012 00:53:43 +0000 (09:53 +0900)
themes/zork/zork.theme.bash

index f541c0d..c71f134 100644 (file)
@@ -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\]";