Skip to content

Instantly share code, notes, and snippets.

@chrisschreiner
Last active August 29, 2015 14:25
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 chrisschreiner/f59ecf2bf16eaeb2b3d2 to your computer and use it in GitHub Desktop.
Save chrisschreiner/f59ecf2bf16eaeb2b3d2 to your computer and use it in GitHub Desktop.
alias emacs="/Applications/Emacs.app/Contents/MacOS/Emacs -nw"
alias gist="gist -c -o"
alias g="gist -P -o"
export sourcecode="/Volumes/Yosemite/Users/chris/Sourcecode/Troup"
export CLICOLOR=1
export LSCOLORS="Ehfxcxdxbxegedabagacad"
echo "Source code is at $sourcecode"
cd $sourcecode
alias ls="ls -lG"
git log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment