]> git.phdru.name Git - dotfiles.git/commitdiff
Use $PAGER or more instead of less
authorOleg Broytman <phd@phdru.name>
Mon, 10 Nov 2014 22:42:53 +0000 (01:42 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 10 Nov 2014 22:42:53 +0000 (01:42 +0300)
.mc/menu

index 42d7263a8b41013dd557db00a80e08b051d48d6d..94e812d9a322c12118f3355a33628e324b96668f 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -18,7 +18,7 @@ shell_patterns=0
 
 + t r
 p  View the file in the pager
-   exec $PAGER %f
+   exec ${PAGER:-more} %f
 
 + t r
 b  View the file in a browser
@@ -63,15 +63,15 @@ e  evince
 
 += t r & f \.(doc|DOC|rtf)$
 d  catdoc
-   catdoc %f | less
+   catdoc %f | ${PAGER:-more}
 
 += t r & f \.(docx|DOCX)$
 d  docx2txt
-   docx2txt %f - | less
+   docx2txt %f - | ${PAGER:-more}
 
 += t r & f \.(xls|XLS)$
 x  xls2csv
-   xls2csv %f | less
+   xls2csv %f | ${PAGER:-more}
 
 + t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$ | t t
 = t r & f \.(bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|xpm)$