view bashrc/bash_profile @ 400:d5f9ce3c3c91

More Weechat tweaks.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 23 Aug 2017 21:22:25 -0700
parents 2e0fbe44e9fe
children
line wrap: on
line source


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