From f3787fdc2e6faa3aa9b670c77f3ab57154efd931 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 1 Jun 2011 11:33:41 -1000 Subject: [PATCH] Added comments to theme --- themes/hawaii50/hawaii50.theme.bash | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/themes/hawaii50/hawaii50.theme.bash b/themes/hawaii50/hawaii50.theme.bash index 4933123..a0343a0 100644 --- a/themes/hawaii50/hawaii50.theme.bash +++ b/themes/hawaii50/hawaii50.theme.bash @@ -1,6 +1,7 @@ #!/bin/bash - +# # This theme was obviously inspired a lot by +# # - Demula theme # # which in itself was inspired by : @@ -11,10 +12,11 @@ # - Monokai colors - http://monokai.nl/blog/2006/07/15/textmate-color-theme/ # - Bash_it modern theme # -# Things theme supports: -# - shortended directory -# - hg, svn detection -# - virtualenv, rvm +# Hawaii50 theme supports : +# +# - configurable directory length +# - hg, svn, git detection (I work in all of them) +# - virtualenv, rvm + gemsets # # Screenshot: # @@ -24,7 +26,9 @@ # # Note: I also am really new to this bash scripting game, so if you see things # that are flat out wrong, or if you think of something neat, just send a pull -# request. +# request. This probably only works on a Mac - as some functions are OS +# specific like getting ip, etc. +# # COLORS ====================================================================== ORANGE='\e[0;33m' -- 2.17.1