summaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
blob: 6c85f86ddbe04acb05d50dd9ebc4a39237aff7d3 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# shellcheck disable=1090
. ~/.profile

# shellcheck disable=1090
if [[ $- == *i* ]]; then . ~/.bashrc; fi