view bashrc/bash_profile @ 479:91652f4b9752

Fix bash config install.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 11 Jun 2019 20:41:27 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi