]> arthur.barton.de Git - ax-zsh.git/commitdiff
std_env: Setup LESS environment
authorAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 02:12:49 +0000 (04:12 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 18 Jul 2015 02:12:49 +0000 (04:12 +0200)
plugins/std_env/std_env.zprofile

index 8556bae10517106ab5badfd446139f2d33c7d116..d535a368f43a34031bbfba8074eebc786256279f 100644 (file)
@@ -2,3 +2,5 @@
 # std_env: Setup standard environment variables
 
 export MANWIDTH="80"
+
+(( $+commands[less] )) && export LESS="-FmRX"