diff --git a/bashrc b/bashrc index a5cd740..13719f6 100644 --- a/bashrc +++ b/bashrc @@ -97,7 +97,7 @@ if [ -x /usr/bin/dircolors ]; then alias egrep='egrep --color=auto' # git log with color tiny - alias gl=git log --oneline --all --graph --decorate + alias gl='git log --oneline --all --graph --decorate' fi # some more ls aliases