workstation/roles/home/files/bash_profile

4 lines
75 B
Bash

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