#!/bin/bash # # For some reason (probably to do with the default shell being tcsh) # my ~/.bashrc, etc., are not being read in. Let's see if we can # force them to source properly. # # System-wide environment variables (Paths, etc.) . ~/.profile # Settings and shell configuration: . ~/.bashrc