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