view bashrc/bash_profile @ 443:4ca0b1413199

Some new cool Vim things.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 06 May 2018 21:56:43 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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