view bashrc/bash_profile @ 335:4888e2f3bc1d

Vimperator tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 02 Jan 2016 21:17:25 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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