dotfiles/.bashrc

8 lines
151 B
Bash

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