view bashrc/bash_profile @ 468:979513155f17

Tmux config tweaks
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Apr 2019 18:54:30 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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