Wed, 18 Jun 2014 00:00:59 -0400
Oops, windows font specs are different
#!/bin/bash if [ -d ~/bin ]; then export PATH="$HOME/bin:$PATH" fi if [ -d ~/.plenv ]; then export PATH="$HOME/.plenv/bin:$PATH" eval "$( plenv init - )" fi if [ -d ~/.rbenv ]; then export PATH="$HOME/.rbenv/bin:$PATH" eval "$( rbenv init - )" fi if [ -x /usr/bin/xcompmgr ]; then /usr/bin/xcompmgr -n &>/dev/null </dev/null & fi /usr/bin/xmodmap ~/.xmodmaprc if [ -r ~/.Xdefaults.local ]; then /usr/bin/xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults fi if [ -x /usr/bin/urxvtd ]; then /usr/bin/urxvtd -q -o -f fi if [ -r ~/.xsessionrc.local ]; then . ~/.xsessionrc.local fi