New aliases
This commit is contained in:
parent
eabb2bebc7
commit
b97888ca52
1 changed files with 3 additions and 1 deletions
4
.aliases
4
.aliases
|
@ -12,6 +12,7 @@ alias bea="bundle exec rails"
|
|||
alias beg="bundle exec guard"
|
||||
alias ber="bundle exec rake"
|
||||
alias bet="bundle exec rspec"
|
||||
alias betd="bundle exec rspec --format documentation"
|
||||
alias c="clear"
|
||||
alias f="map-sshfs"
|
||||
alias g="g" # overwrite g alias in git plugin so function will work
|
||||
|
@ -26,6 +27,7 @@ alias gco="git checkout"
|
|||
alias gd="git diff"
|
||||
alias gdc="git diff --cached"
|
||||
alias gds="git diff --stat"
|
||||
alias gdss="git diff --shortstat"
|
||||
alias gfa="git-date-added"
|
||||
alias gfl="git log --patch"
|
||||
alias gi="gitignore-io"
|
||||
|
@ -67,6 +69,7 @@ alias r="ssh"
|
|||
alias rd="popd"
|
||||
alias rs="bundle exec rspec"
|
||||
alias s="cd ~/Source"
|
||||
alias sci="ssh-copy-id -i .ssh/id_rsa.pub"
|
||||
alias sd="pwd | pushd"
|
||||
alias sfs="map-sshfs"
|
||||
alias sz="source ~/.zshrc"
|
||||
|
@ -83,4 +86,3 @@ alias vssh="vagrant ssh"
|
|||
alias vu="vagrant up"
|
||||
alias w="python -m SimpleHTTPServer"
|
||||
alias x="exit"
|
||||
|
||||
|
|
Loading…
Reference in a new issue