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

# shellcheck disable=1091
. "$HOME/.zshenv"

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