From: Ryan Kanno Date: Sun, 10 Jul 2011 00:04:08 +0000 (-1000) Subject: Moved IP and virtualenv variables to top of file X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=caa1bba1298a7dd35b5844e4b18ddb538bd52b7d;p=common%2Fbash_it.git Moved IP and virtualenv variables to top of file --- diff --git a/themes/hawaii50/hawaii50.theme.bash b/themes/hawaii50/hawaii50.theme.bash index 1b0a599..93cef46 100644 --- a/themes/hawaii50/hawaii50.theme.bash +++ b/themes/hawaii50/hawaii50.theme.bash @@ -30,6 +30,15 @@ # specific like getting ip, etc. # +# IMPORTANT THINGS TO CHANGE ================================================== + +# Show IP in prompt +# One thing to be weary about if you have slow Internets +IP_ENABLED=1 + +# virtual prompts +VIRTUAL_PROMPT_ENABLED=1 + # COLORS ====================================================================== ORANGE='\[\e[0;33m\]' @@ -60,9 +69,6 @@ RVM_THEME_PROMPT_SUFFIX='' VIRTUALENV_THEME_PROMPT_PREFIX='' VIRTUALENV_THEME_PROMPT_SUFFIX='' -# virtual prompts -VIRTUAL_PROMPT_ENABLED=1 - VIRTUAL_THEME_PROMPT_PREFIX=' using ' VIRTUAL_THEME_PROMPT_SUFFIX='' @@ -75,9 +81,6 @@ MAX_GIT_HEX_LENGTH=5 # IP address IP_SEPARATOR=', ' -# Show IP -IP_ENABLED=1 - # FUNCS ======================================================================= function ip {