rspec and home bin additions

This commit is contained in:
Andrew Tomaka 2013-09-29 17:39:05 -04:00
parent 35ec58ad0d
commit 45fd46027d
2 changed files with 3 additions and 0 deletions

View file

@ -38,6 +38,7 @@ alias ll="ls -lv --human-readable --color=auto"
alias m="more"
alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair"
alias mw="tmux attach-session -t work || tmux new-session -s work"
alias r="rspec spec"
alias rd="popd"
alias sd="pwd | pushd"
alias s="cd ~/Source"