Skip to content

Instantly share code, notes, and snippets.

@sr3d
Created October 3, 2010 15:33
Show Gist options
  • Save sr3d/608663 to your computer and use it in GitHub Desktop.
Save sr3d/608663 to your computer and use it in GitHub Desktop.
source ~/.bashrc
alias ll="ls -ll"
alias la="ls -la"
alias psgrep="ps aux | grep"
alias ss="script/server"
alias rr="rake routes > routes"
alias rs="rails server --debugger"
alias r="rails"
export EDITOR="mate"
##
# Your previous /Users/sr3d/.bash_profile file was backed up as /Users/sr3d/.bash_profile.macports-saved_2010-08-04_at_15:13:21
##
# MacPorts Installer addition on 2010-08-04_at_15:13:21: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment