view bashrc/bash_profile @ 398:89656bf503b2

Update onsub/allpaths
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 Sep 2017 12:43:37 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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