]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.bashrc: export LESS="-FiRX"
authorTony Duckles <tony@nynim.org>
Sat, 4 Aug 2012 14:35:19 +0000 (09:35 -0500)
committerTony Duckles <tony@nynim.org>
Sat, 4 Aug 2012 14:35:19 +0000 (09:35 -0500)
commit26ad220e289f1dde91a38e9f1bc9218a4fada085
tree787134feef52a5962e95eda4cff93e1989ea5167
parent5abfe9ab00da969c8ef12b8ec63809f1f035a396
.bashrc: export LESS="-FiRX"

For non-screen'd shells, found that output that was less than a
screenful was causing 'less' to: switch to temporary buffer, show
output, terminate since it was less than a screenful (-F), and then
return to original screen. Ugh. Passing -X (no termcap init) seems
to fix this.
.bashrc