From 51ea14a6a86d93781182dbcd9132c6079c2ddc51 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 18 Aug 2022 19:38:53 -0500 Subject: feat(sway): improve sway configs --- bash/.bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') 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 -- cgit v1.2.3-70-g09d2