Browse Source

add -F option to LESS

pull/1/head
10sr 12 years ago
parent
commit
1e6b7e38c2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -34,7 +34,7 @@ then
else else
export PAGER="less" export PAGER="less"
fi fi
export LESS="-iRMX"
export LESS="-iRMXF"


if null type vim if null type vim
then then


Loading…
Cancel
Save