workstation/roles/home-cli/files/bash_profile

6 lines
67 B
Bash
Raw Normal View History

2021-02-20 22:59:54 +00:00
#!/bin/bash
if [ -r "$HOME/.profile" ]
2021-02-20 22:59:54 +00:00
then
. "$HOME/.profile"
fi