From 15527753efa5ebf0924a115a7bc477074be47c12 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Thu, 20 Oct 2022 15:49:39 -0500 Subject: [PATCH] Remove trailing space --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e1442c3..a97eceb 100644 --- a/.bashrc +++ b/.bashrc @@ -61,7 +61,7 @@ add_path() { printf -v path %s: "${path_list[@]}" export PATH=${path%:} } - + ### # Library loader ###