view bashrc/bash_profile @ 452:d048318ba839

Better indenting in Vim.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 09 May 2018 08:41:16 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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