Newer
Older
dotfiles / bash / bash_profile.symlink
@Marcus Bengtsson Marcus Bengtsson on 10 Aug 2015 148 bytes Initial commit
# source .bashrc
if [ -n "$BASH_VERSION" ]; then
    # include .bashrc if it exists
    if [ -f "$HOME/.bashrc" ]; then
	. "$HOME/.bashrc"
    fi
fi