dotfiles/.bashrc

9 lines
183 B
Bash
Raw Normal View History

2012-08-06 13:39:40 +02:00
# remember more commands
HISTSIZE=10000
# add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #"
# aliases
alias grep='grep --color'
2012-08-06 16:13:06 +02:00
alias gdp='git diff HEAD^ HEAD'