view bashrc/bash_profile @ 434:44afdeba29bf

Add FZF to vim bundle.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Apr 2018 20:35:50 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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