diff --git a/.bashrc b/.bashrc index de9ef2f..66b8f37 100644 --- a/.bashrc +++ b/.bashrc @@ -2,10 +2,10 @@ HISTSIZE=10000 # add timestamps to history entries -HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z #" +HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # " # aliases alias grep='grep --color' alias gdp='git diff --color HEAD^ HEAD' alias gl='git log --pretty=format:"%Cgreen%h %Creset %s %Cgreenby %an (%ar) %Cred %d" --graph' -alias gdc='git diff --color HEAD^' +alias gdc='git diff --color'