view bashrc/bash_profile @ 453:97a94dacfd54

Some vim tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 30 Aug 2018 10:05:43 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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