view bashrc/bash_profile @ 418:5c758d16bad6

Used patched version of SolarizedDark for iTerm2.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 Jan 2018 12:50:59 -0800
parents 2e0fbe44e9fe
children
line wrap: on
line source


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