view bashrc/bash_profile @ 372:c4b8f894bff1

Add tmuxinator completions for fish.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 16 Feb 2017 21:50:47 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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