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' |
alias gac="git add .; git commit -a -m"
alias gpp="git pull origin master; git push origin master"
oh-my-zsh i niepotrzebne aliasy:
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi
plugins=(git rails rails3 bundler)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u mnie bida…