ohmyksh/extensions/nocolor.ksh
2020-07-15 16:28:24 -06:00

16 lines
316 B
Bash
Executable File

# For a comprehensive list of no-color switches: https://no-color.org/
export NO_COLOR=1
export ANSIBLE_NOCOLOR=true
export DCC_COLORS=
# Ruby
export RUBY_TESTOPTS=--color=never
export SPEC_OPTS=--no-color
alias ag='ag --nocolor'
alias fzf='fzf --color=bw'
alias hg='hg --color=never'
alias lynx='lynx -nocolor'