aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-18 19:38:53 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-18 19:43:21 -0500
commit51ea14a6a86d93781182dbcd9132c6079c2ddc51 (patch)
treed1f9593d95681fd30453c1533f4a79483bc605f3 /bash/.bash_profile
parentc6684b0e395db4fd17dfddb0b4d3f28a21b630f4 (diff)
feat(sway): improve sway configs
Diffstat (limited to 'bash/.bash_profile')
-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