Skip to content

Instantly share code, notes, and snippets.

@Whitespace
Created October 31, 2009 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whitespace/223245 to your computer and use it in GitHub Desktop.
Save Whitespace/223245 to your computer and use it in GitHub Desktop.
export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql84/bin/:/usr/local/mongodb/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export GIT_EDITOR="mate -w"
export MANPATH=/opt/local/share/man:$MANPATH
export PS1="\[\033[1;30m\]\w\[\033[0m\]\n\$(git branch 2> /dev/null | grep -e '\* ' | sed 's/^..\(.*\)/\1 /')\$ "
if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi
alias ls='ls -G'
alias ll='ls -l'
alias la='ls -a'
alias lal='ls -al'
alias g='git'
alias gst='g st'
alias gci='g ci'
alias gdiff='g diff'
alias gad='g add'
alias kb='cd ~/code/knotebooks-rewrite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment