#!/bin/sh # This only is read by bash when it is a login shell, not an interactive # one (lightdm, for example). # So '.profile' has to be sourced (as well as .bashrc). # See: https://unix.stackexchange.com/questions/88106/why-doesnt-my-bash-profile-work [ -f $HOME/.profile ] && . $HOME/.profile [ -f $HOME/.bashrc ] && . $HOME/.bashrc