Browse Source

$PAGER = less

Fabian Peter Hammerle 5 years ago
parent
commit
75e0d453d1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rc.xsh

+ 1 - 0
rc.xsh

@@ -57,6 +57,7 @@ $LC_PAPER = 'de_AT.UTF-8'
 USER_BIN_PATH = os.path.join($HOME, '.local', 'bin')
 if os.path.isdir(USER_BIN_PATH):
     $PATH.insert(0, USER_BIN_PATH)
+$PAGER = 'less'
 $EDITOR = 'vim'
 # required by pinentry-tty when using gpg command:
 $GPG_TTY = $(tty)