chezmoi/dot_config/oh-my-zsh/custom/01_variables.zsh
2020-07-13 14:31:48 +02:00

5 lines
114 B
Bash

# make sure LS behaves as we want it to
if [[ $OSTYPE = (linux)* ]]; then
export LS_OPTIONS='--color=auto'
fi