Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created August 13, 2011 07:17
Show Gist options
  • Save mingderwang/1143561 to your computer and use it in GitHub Desktop.
Save mingderwang/1143561 to your computer and use it in GitHub Desktop.
bash rc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export PATH=$PATH:/sbin/:/usr/sbin/:/home/ec2-user/scala/bin
# User specific aliases and functions
export PS1="\e[0;35m[\u@\h \w]\$ \e[m"
export MAVEN_OPTS='-Xms256m -Xmx512m -Xint'
export SCALA_HOME='/home/ec2-user/scala/bin'
export MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=512m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment