diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,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 |