view bashrc/bash_profile @ 373:083360925deb

Tweaks for tags
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 18 Feb 2017 21:59:20 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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