Skip to content

Commit

Permalink
Add bashrc.local
Browse files Browse the repository at this point in the history
  • Loading branch information
kmille committed Feb 23, 2019
1 parent 3bcfcba commit 6904b55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

if [ -f ~/.bash_aliases.local ]; then
. ~/.bash_aliases.local
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
Expand Down

0 comments on commit 6904b55

Please sign in to comment.