Some docker stuff
This commit is contained in:
parent
d07e338b2e
commit
b8fe67f52a
1 changed files with 3 additions and 0 deletions
3
aliases
3
aliases
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue