workstation/roles/home/files/bash_profile

5 lines
75 B
Bash
Raw Normal View History

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