From fe4a28032a8afe7287e2d10f15578a259c75fa0c Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Mon, 27 Feb 2023 04:56:17 +0000 Subject: [PATCH] Remove unnecessary function declarations --- sh/load.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sh/load.sh b/sh/load.sh index 733649e..af3cda4 100755 --- a/sh/load.sh +++ b/sh/load.sh @@ -15,12 +15,6 @@ load_scripts_in_dir() { fi } -create_dir_if_not_exists() { - if [[ ! -d $1 ]]; then - mkdir -p $1 - fi -} - # Load custom scripts (aliases, variables, etc...) load_scripts_in_dir $TOOLKIT/sh/custom-scripts