hyperterm/.bash_profile

9 lines
134 B
Bash

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