From 2b7b783e55382ebc694f835203942727de8ace68 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 14 Apr 2024 13:11:08 -0500 Subject: [PATCH] Fixes install script for non ~/.dotfiles dirs --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ce94d71..c167cf4 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Automated script to install my dotfiles # Clone dotfiles -if [ -z "$1" ] +if [ $# -gt 0 ] then SCRIPT_DIR=$1 else