view bashrc/bash_profile @ 395:bdca73c16d81

Add cVim config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Aug 2017 14:03:36 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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