Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created August 5, 2009 09:56
Show Gist options
  • Save alvin2ye/162611 to your computer and use it in GitHub Desktop.
Save alvin2ye/162611 to your computer and use it in GitHub Desktop.
bash alias
# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'
alias h='history'
# rails
alias r='rake'
alias ss='./restart_service.sh'
alias sg='script/generate'
alias sp='script/plugin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment