workstation/roles/home-cli/files/bashrc

6 lines
77 B
Bash
Raw Normal View History

2021-03-11 22:49:39 +00:00
#!/bin/bash
if [ -r "$HOME/.bash_profile" ]
2022-09-10 22:29:47 +00:00
then
. "$HOME/.bash_profile"
2022-09-10 22:29:47 +00:00
fi