diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-05 11:49:01 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-05 11:49:01 +0100 |
| commit | c7a58dab1c5989d1f1910158f966ba190cf50eb0 (patch) | |
| tree | aa26313d37abf393f3b023534ba3ccea6764983b | |
| parent | 99214b6beb6e33dd5e1b8164fc9b4452aa16384e (diff) | |
| download | bin-c7a58dab1c5989d1f1910158f966ba190cf50eb0.zip bin-c7a58dab1c5989d1f1910158f966ba190cf50eb0.tar.gz | |
bashrc: use less as PAGER
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ my_export() } # PAGER -my_export 'PAGER' 'most' '/bin/less' +my_export 'PAGER' 'less' '/bin/more' my_export 'EDITOR' 'vim' '/usr/bin/vi' # catch and eval dmalloc output |
