diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-24 10:47:22 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-24 10:47:22 +1200 |
commit | 3e3a43b7e224f9586c3b4d61c2945fc3993f9046 (patch) | |
tree | d5fc26d9101e3ad95435c89e3718d565b1dd33dd /less | |
parent | Bump history limits back up a bit (diff) | |
download | dotfiles-3e3a43b7e224f9586c3b4d61c2945fc3993f9046.tar.gz dotfiles-3e3a43b7e224f9586c3b4d61c2945fc3993f9046.zip |
Add a start for configuration for less(1)
I suspect I'll mostly be turning stuff I don't like off
Diffstat (limited to 'less')
-rw-r--r-- | less/lesskey | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/lesskey b/less/lesskey new file mode 100644 index 00000000..874e6768 --- /dev/null +++ b/less/lesskey @@ -0,0 +1,3 @@ +#env +# Don't keep history +LESSHISTFILE = - |