]> arthur.barton.de Git - ax-zsh.git/blob - default_plugins/std_env/std_env.zprofile
Correctly test XDG_CACHE_HOME for writability for "stamp files"
[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
7 if [[ "$TERM_PROGRAM" != "WarpTerminal" ]]; then
8         export REPORTTIME=${REPORTTIME:-5}
9 fi