workstation/roles/home-cli/files/bashrc

5 lines
69 B
Bash
Raw Normal View History

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