mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Added a flag to disable colors with less
This commit is contained in:
parent
a434414cd0
commit
c880ba36b5
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,9 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Less colors
|
# Less colors
|
||||||
export LESS=R
|
if [ "$DISABLE_LESS_COLORS" != "true" ]; then
|
||||||
|
export LESS=R
|
||||||
|
fi
|
||||||
|
|
||||||
#setopt no_beep
|
#setopt no_beep
|
||||||
setopt auto_cd
|
setopt auto_cd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue