summaryrefslogtreecommitdiffstatshomepage
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bash_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 515cf94..6c85f86 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -1,7 +1,7 @@
#!/bin/bash
-# shellcheck disable=1091
-. "$HOME/.zshenv"
+# shellcheck disable=1090
+. ~/.profile
# shellcheck disable=1090
if [[ $- == *i* ]]; then . ~/.bashrc; fi