Skip to content

Instantly share code, notes, and snippets.

@lklement
Created July 12, 2016 19:57
Show Gist options
  • Save lklement/404a14bbc673e3f24a2dcb89e3f27022 to your computer and use it in GitHub Desktop.
Save lklement/404a14bbc673e3f24a2dcb89e3f27022 to your computer and use it in GitHub Desktop.
#Lee’s default lines:
alias ll="ls -al"
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home
#Add for Advanced Developer & Maven:
export M2_HOME=/usr/local/maven
export PATH=${M2_HOME}/bin:${PATH}
#Nice Extras
alias showFiles='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment