Some docker stuff

This commit is contained in:
Andrew Tomaka 2016-06-17 23:32:04 -04:00
parent d07e338b2e
commit b8fe67f52a

View file

@ -18,6 +18,9 @@ alias ber="bundle exec rake"
alias bet="bundle exec rspec"
alias betd="bundle exec rspec --format documentation"
alias c="clear"
alias dc="docker-compose"
alias dcu="docker-compose up -d"
alias dcr="docker-compose rm --all"
alias f="map-sshfs"
alias g="g" # overwrite g alias in git plugin so function will work
alias ga="git add"