bashrc: Fix bug

main
Mickaël Tansorier 8 years ago
parent 765f8fc8bc
commit 215d3295e2

@ -97,7 +97,7 @@ if [ -x /usr/bin/dircolors ]; then
alias egrep='egrep --color=auto' alias egrep='egrep --color=auto'
# git log with color tiny # git log with color tiny
alias gl=git log --oneline --all --graph --decorate alias gl='git log --oneline --all --graph --decorate'
fi fi
# some more ls aliases # some more ls aliases

Loading…
Cancel
Save