view bashrc/bash_profile @ 326:2fab82330263

Weechat configuration update.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Oct 2015 17:09:44 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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