workstation/roles/home-cli/files/bashrc

5 lines
77 B
Bash

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