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