This commit is contained in:
Tom Willemsen 2012-11-07 03:28:53 +01:00
parent 43e6c2ed7d
commit 5c676cfa16

View file

@ -1,4 +1,3 @@
# -*- eval: (git-auto-commit-mode 1) -*-
LESSCMD="less -FXRS"
export LESS_TERMCAP_mb=$'\e[1;37m'
@ -18,3 +17,5 @@ alias grep="grep --color=always"
alias less=$LESSCMD
alias ls="ls -F --color=always"
alias mysql="mysql --pager"
alias reboot="systemctl reboot"
alias poweroff="systemctl poweroff"