]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/std_env/std_env.zprofile
std_env: Set CLICOLOR=1 (if not set already)
[ax-zsh.git] / default_plugins / std_env / std_env.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # std_env: Setup standard environment variables
3
4 export CLICOLOR=${CLICOLOR:-1}
5 export MANWIDTH=${MANWIDTH:-80}
6 export REPORTTIME=${REPORTTIME:-5}