workstation/roles/home/files/bashrc

4 lines
69 B
Bash

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