Created
August 5, 2009 09:56
-
-
Save alvin2ye/162611 to your computer and use it in GitHub Desktop.
bash alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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