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