Skip to content

Instantly share code, notes, and snippets.

@mattstabeler
Last active July 13, 2022 09:46
Show Gist options
  • Save mattstabeler/146956d4fc7641fb8dff884d08da3ac3 to your computer and use it in GitHub Desktop.
Save mattstabeler/146956d4fc7641fb8dff884d08da3ac3 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# Alias this to your ~/bin/ directory: `ln -s ~/git/dcp/dcp.sh ~/bin/dcp
# and `chmod +x ~/git/dcp/dcp.sh`
# docker-compose "$@"
docker compose "$@"
@mattstabeler
Copy link
Author

Make sure ~/bin is on your path export PATH=${HOME}/bin:$PATH in .zshrc or .bashrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment