added cal, hexdump and ls aliases

This commit is contained in:
Oliver Ladner 2013-11-11 16:21:19 +01:00
commit 1b6f65d631

10
.bashrc
View file

@ -6,7 +6,17 @@ HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "
# aliases
alias grep='grep --color'
alias gdp='git diff --color HEAD^ HEAD'
alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph'
alias gdc='git diff --color'
alias ssh='export TERM=xterm && ssh'
alias cal='ncal -b -M'
alias hexdump='hexdump -c'
alias l='ls -lhatr'
alias ls='ls --color=auto'