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'