]> arthur.barton.de Git - ax-zsh.git/blob - plugins/std_env/std_env.zprofile
d535a368f43a34031bbfba8074eebc786256279f
[ax-zsh.git] / plugins / std_env / std_env.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # std_env: Setup standard environment variables
3
4 export MANWIDTH="80"
5
6 (( $+commands[less] )) && export LESS="-FmRX"