dotfiles/.bashrc

9 lines
183 B
Bash

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