view bashrc/bash_profile @ 413:4a2468f72e44

Optimize C++ file editing with some folding tricks.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 18 Jan 2018 16:24:47 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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