mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
3 lines
56 B
Bash
3 lines
56 B
Bash
# disable color output
|
|
alias docker='NO_COLOR=1 docker'
|