Skip to content

Instantly share code, notes, and snippets.

@nbouliol
Created January 16, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbouliol/f1b07b4543f6da35c6bc09d6654211ea to your computer and use it in GitHub Desktop.
Save nbouliol/f1b07b4543f6da35c6bc09d6654211ea to your computer and use it in GitHub Desktop.
alias code='open $@ -a "Visual Studio Code"'
alias t=touch
alias m=mkdir
alias vzsh='vi $HOME/.zshrc'
alias szsh='source $HOME/.zshrc'
alias dm=docker-machine
alias dci='docker rmi -f $(docker images -qa)'
alias dcc='docker rm -f $(docker ps -aq)'
alias compose='docker-compose'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment