dotfiles/.bashrc

8 lines
151 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'