From 26950c69aa86be2114f60e94b3fa6d3257dfbfdf Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 6 Aug 2012 13:39:40 +0200 Subject: [PATCH] initial upload of bashrc --- .bashrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..9ba7af5 --- /dev/null +++ b/.bashrc @@ -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'