view bashrc/bash_profile @ 482:4bd564a3c9a2

Ignore python egg stuff in ctags.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 15 Feb 2020 22:23:16 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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