Added comments to theme
parent
0df98ca8e9
commit
f3787fdc2e
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
# This theme was obviously inspired a lot by
|
# This theme was obviously inspired a lot by
|
||||||
|
#
|
||||||
# - Demula theme
|
# - Demula theme
|
||||||
#
|
#
|
||||||
# which in itself was inspired by :
|
# which in itself was inspired by :
|
||||||
|
|
@ -11,10 +12,11 @@
|
||||||
# - Monokai colors - http://monokai.nl/blog/2006/07/15/textmate-color-theme/
|
# - Monokai colors - http://monokai.nl/blog/2006/07/15/textmate-color-theme/
|
||||||
# - Bash_it modern theme
|
# - Bash_it modern theme
|
||||||
#
|
#
|
||||||
# Things theme supports:
|
# Hawaii50 theme supports :
|
||||||
# - shortended directory
|
#
|
||||||
# - hg, svn detection
|
# - configurable directory length
|
||||||
# - virtualenv, rvm
|
# - hg, svn, git detection (I work in all of them)
|
||||||
|
# - virtualenv, rvm + gemsets
|
||||||
#
|
#
|
||||||
# Screenshot:
|
# Screenshot:
|
||||||
#
|
#
|
||||||
|
|
@ -24,7 +26,9 @@
|
||||||
#
|
#
|
||||||
# Note: I also am really new to this bash scripting game, so if you see things
|
# 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
|
# 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 ======================================================================
|
# COLORS ======================================================================
|
||||||
ORANGE='\e[0;33m'
|
ORANGE='\e[0;33m'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue