view bashrc/bash_profile @ 429:52c2cfeed504

Cleanup Vim plugins.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 01 Apr 2018 22:25:00 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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