view bashrc/bash_profile @ 246:629ab9201a1f

Turn on smart filter in Weechat.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 07 Jan 2015 10:58:56 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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