From 995cd4cb00c6fd6efbcc02d6496f0607c18f5dff Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Mon, 24 Oct 2022 19:33:50 -0500 Subject: [PATCH] Condense local dot variables --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 66543c0..fb06c9b 100644 --- a/.bashrc +++ b/.bashrc @@ -67,7 +67,7 @@ add_path() { ### __dotlib_load_libraries() { - local os dot dots + local os dot{,s} case $OSTYPE in darwin*)