Skip to content

Instantly share code, notes, and snippets.

@mclarke47
Last active January 28, 2016 15:48
Show Gist options
  • Save mclarke47/d8a2e24068e368d31954 to your computer and use it in GitHub Desktop.
Save mclarke47/d8a2e24068e368d31954 to your computer and use it in GitHub Desktop.
source ~/.git_complete.sh
#Bash stuff
export PATH=$PATH:~/bin
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1="[\d \t :\w ] $ "
alias ll="ls -l"
#Java stuff
export DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"
alias mci="mvn clean install"
alias mcis="mvn clean install -DskipTests=true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment