Created
April 3, 2012 14:34
-
-
Save lubieniebieski/2292474 to your computer and use it in GitHub Desktop.
Favourite terminal aliases
This file contains 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
# bash/terminal | |
alias h=history | |
hf(){ | |
grep "$@" ~/.bash_history | |
} | |
# rails | |
alias be='bundle exec' | |
alias bea='bundle exec autotest' | |
alias bu='bundle update' | |
alias bo='bundle open' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh-my-zsh i niepotrzebne aliasy: