Bus 48 at Poplar and 29th St. $2.25
Transfer to the 57 South at 4th street.
# ================================================================= | |
# = Examples 1. Simple data storage (Variables, Strings, Numbers) = | |
# ================================================================= | |
# String assignment | |
theSingle = "Video Killed the Radio Star" | |
theBand = "The Buggles" | |
# Numbers | |
mtvMusicVideoDebut = 1981 |
<h1 class="fairy-kei-gradient">dark Stardust</h1> | |
<div> | |
<h2 class="fairy-kei-solid">3rd Street Gallery</h2> | |
</div> | |
<div> | |
<h2 class="fairy-kei-solid">January 11-13</h2> | |
</div> | |
%li{:class => (current_page?(:action => "show") && "active")} |
## Prompt | |
function color_my_prompt { | |
local __user="\[\033[01;35m\]\u" | |
local __cur_location="\[\033[01;31m\]\w" | |
local __git_branch_color="\[\033[37m\]" | |
local __git_branch='`git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`' | |
local __prompt_tail="\[\033[35m\]♥" | |
local __last_color="\[\033[37m\]" | |
export PS1="$__user $__cur_location $__git_branch_color$__git_branch$__prompt_tail$__last_color " | |
} |