Updated default pager settings

This commit is contained in:
jond
2018-06-02 07:33:17 -05:00
parent 3c959a0fb8
commit 20434b8de1

View File

@@ -8,6 +8,14 @@ fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
#export SYSTEMD_PAGER=
#pager setup
#-C faster reprints
#-M more status
#-I case insensitive
#-j 5 show X lines above search for context
## 4 - right/left four chars
export LESS='-C -M -I -j 5 -# 4'
# User specific aliases and functions
alias l.='ls -lh --color=auto' 2>/dev/null
alias l='ls -lh'
@@ -15,6 +23,7 @@ alias ll='ls -lh'
#set -o vi
alias p='ping'
alias s='sudo'
alias ip='ip -c'
#golang stuff
export GOPATH=$HOME/gopath