From: Ryan Kanno Date: Tue, 7 Jun 2011 18:25:45 +0000 (-1000) Subject: Added comments X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=dcb0ddec2f343f8a685b0cd2795454abb5853555;p=common%2Fbash_it.git Added comments Added imgur screenshot --- diff --git a/themes/hawaii50/hawaii50.theme.bash b/themes/hawaii50/hawaii50.theme.bash index a0343a0..ac3bb59 100644 --- a/themes/hawaii50/hawaii50.theme.bash +++ b/themes/hawaii50/hawaii50.theme.bash @@ -18,7 +18,7 @@ # - hg, svn, git detection (I work in all of them) # - virtualenv, rvm + gemsets # -# Screenshot: +# Screenshot: http://i.imgur.com/4IAMJ.png # # by Ryan Kanno # @@ -60,6 +60,8 @@ MAX_PWD_LENGTH=20 MAX_GIT_HEX_LENGTH=5 # FUNCS ======================================================================= + +# TODO: Should check with `uname` and use ip addr function ip { echo $(ifconfig en1 | grep "inet " | awk '{ print $2 }') }