My Bash aliases don't work
问题 I'm not sure why but my Bash aliases don't seem to work. Here is my .bashrc file # v 0.0.1 - 7/03/12 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting # expanding history to 10000 commands export HISTSIZE=10000 # don't store repeated commands more than once export HISCONTROL=ignoredups # where to look for Java export JAVA_HOME=/Library/Java/Home # tomcat server