mirror of
https://github.com/arcan1s/dotfiles.git
synced 2026-01-26 16:09:50 +00:00
3 lines
56 B
Bash
3 lines
56 B
Bash
# disable color output
|
|
alias docker='NO_COLOR=1 docker'
|