Skip to content

Instantly share code, notes, and snippets.

@ukdave
Last active November 22, 2015 17:22
Show Gist options
  • Save ukdave/9079228 to your computer and use it in GitHub Desktop.
Save ukdave/9079228 to your computer and use it in GitHub Desktop.
My .profile on Mavericks
#export CLICOLOR=1
#export LSCOLORS=ExFxCxDxBxegedabagacad
alias ls='ls -G'
alias ll='ls -l'
alias grep='grep --color=auto'
export PATH=$PATH:/Applications/gradle-2.9/bin
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
NPM_PACKAGES=/Users/david/.npm-packages
NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
PATH="$NPM_PACKAGES/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment