view bashrc/bash_profile @ 351:f00dd35b4731

Slightly better tmux.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 29 Jul 2016 21:12:06 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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