aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: 9c1cf3b413789a0592905ccbe4d7f1cc703503c7 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# "$HOME/.bash_profile"
# shellcheck disable=SC1090,SC1091
if [ -f "$HOME/.bashrc" ]
  then
  source "$HOME/.bashrc"
fi