view bashrc/bash_profile @ 513:b8eeae888aab

Ignore node_modules in ctags
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 14 Nov 2021 21:59:48 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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