view bashrc/bash_profile @ 485:25bdfc963612

Some vimrc tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 24 Sep 2020 23:11:23 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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