aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-24 22:03:11 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-24 22:03:11 +0200
commita8693a0a0dc07a1f8de97a6db8cc885d8a463fa0 (patch)
tree783c7392731879181d3ddb77600998daf5147366
parente6e6cd627727c2083ebc1696e1252c19b00ee419 (diff)
downloadlbsd-a8693a0a0dc07a1f8de97a6db8cc885d8a463fa0.tar.gz
.shrc: Use more as PAGER for mail
-rw-r--r--home/john/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/john/.shrc b/home/john/.shrc
index d6bc5d4..74a6744 100644
--- a/home/john/.shrc
+++ b/home/john/.shrc
@@ -15,6 +15,7 @@ case "$-" in *i*)
alias ack='ack --noheading --nocolor'
alias info='info --vi-keys'
alias ls='ls -p'
+ alias mail='PAGER=more mail'
n() {
f=`mktemp`