Created
June 13, 2018 12:13
-
-
Save teoulas/4cbfb8adfdf6dbf5ec076de3fa2a2f12 to your computer and use it in GitHub Desktop.
~/.oh-my-zsh/custom/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias dcru="docker-compose run --user \"$(id -u):$(id -g)\"" | |
alias dcrssh="docker-compose run -v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent" | |
alias dclf="docker-compose logs -f --tail=50" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment