From 790064c91f1291b55ac3a6627c41c8181e4b6b42 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 16 Nov 2018 03:20:56 -0500 Subject: shellcheck --- bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile index 111f2ef..b200eb1 100644 --- a/bash_profile +++ b/bash_profile @@ -1,3 +1,4 @@ -. $HOME/.bashrc +# shellcheck source=bashrc +. "$HOME"/.bashrc # vim:ft=sh: -- cgit v1.2.3-54-g00ecf