Added a few git aliases and enabled ll in bashrc

This commit is contained in:
2019-11-05 10:16:35 -05:00
parent 7026f3bcc9
commit dcf2d9d87e
2 changed files with 3 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ fi
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
# some more ls aliases
#alias ll='ls -l'
alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'