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