initial upload of bashrc

This commit is contained in:
Oliver Ladner 2012-08-06 13:39:40 +02:00
commit 26950c69aa

8
.bashrc Normal file
View file

@ -0,0 +1,8 @@
# remember more commands
HISTSIZE=10000
# add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #"
# aliases
alias grep='grep --color'