Override default .bashrc aliases instead of relocating into .bash_aliases

This commit is contained in:
2019-09-08 13:06:03 +00:00
parent 1cf59a17ba
commit c5b4371aa6
2 changed files with 15 additions and 4 deletions

View File

@@ -1,10 +1,7 @@
alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"'
# Default .bashrc aliases stored here
# Overrides for default .bashrc aliases and exports
# Alias / export customizations
# colored GCC warnings and errors
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'