view bashrc/bash_profile @ 494:76defcf6bf02

Add gvimrc file.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 12 Nov 2021 10:50:18 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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