diff --git a/.aliases b/.aliases index 86a8d3a..cc2eda9 100644 --- a/.aliases +++ b/.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" -