#!/usr/bin/env bash
if [ -r "$HOME/.shrc" ]
then
	. "$HOME/.shrc"
fi