hyperterm/.bash_profile
2021-02-10 13:52:52 -05:00

9 lines
127 B
Bash

#!/bin/bash
#
# "$HOME/.bash_profile"
# shellcheck disable=SC1090
if [ -f "$HOME/.bashrc" ]
then
source "$HOME/.bashrc"
fi