Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
devemlight committed Apr 11, 2022
1 parent f94fcbe commit 2c0a709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash/docker.sh → bash/decorator.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# Usage:
# alias docker='bash path/to/docker.sh docker'
# alias docker-compose='bash path/to/docker.sh docker-compose' (optional)
# alias docker='bash decorator.sh docker'
# alias docker-compose='bash decorator.sh docker-compose'
if [[ "$1" == "docker" ]]; then
if [[ "$2" == "ps" || "$2" == "images" ]]; then
"$@" | docker-color-output
Expand Down

0 comments on commit 2c0a709

Please sign in to comment.