dotfiles/.bashrc_append_this

13 lines
316 B
Text
Raw Normal View History

2014-01-21 21:22:32 +01:00
#######################################
# APPEND this to your .bashrc
#######################################
# Source local .bashrc customization from this file
if [ -f ~/.bashrc_local ]; then
. ~/.bashrc_local
fi
# Source local aliases from this file
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi