Skip to content

Instantly share code, notes, and snippets.

@klingerf
Last active September 23, 2015 17:28
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 klingerf/590477 to your computer and use it in GitHub Desktop.
Save klingerf/590477 to your computer and use it in GitHub Desktop.
.profile
export PS1='\[\033[1;32m\]\u\[\033[0m\] \[\033[1;36m\]\w\[\033[0m\]$(__git_ps1 " \[\033[1;33m\](%s)\[\033[0m\]") \[\033[1;32m\]\$\[\033[0m\] '
export GREP_OPTIONS='-I --color=auto --exclude=\.classpath* --exclude-dir=\.git* --exclude=dir=\.idea* --exclude-dir=generated-sources --exclude-dir=generated-resources --exclude-dir=generated-test-sources'
alias ls='ls -G'
alias ll='ls -alh'
alias be='bundle exec'
alias pbsort='pbpaste | sort | pbcopy'
alias pbescape='pbpaste | ruby -rcgi -e "print CGI.escape(STDIN.read)" | pbcopy'
export JAVA_TOOL_OPTIONS="-Dfile.encoding=utf8"
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment