ohmyksh/extensions/nocolor.ksh

16 lines
316 B
Bash
Raw Normal View History

2020-07-15 16:28:24 -06:00
# 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'