view bashrc/bash_profile @ 317:b0b868bb0d44

More vim changes.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 23 Aug 2015 21:55:03 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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