diff --git a/bash/.bashrc b/bash/.bashrc index 6dbc515..e620385 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -6,7 +6,15 @@ if [ -f /etc/bashrc ]; then fi # Uncomment the following line if you don't like systemctl's auto-paging feature: -# export SYSTEMD_PAGER= +#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 @@ -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