1 2 3 4 5 6 7
juju() { if [[ $@ == "status" ]]; then command juju status --color | less -r else command juju "$@" fi }