From a38717907bfea668cf759ed050577a7121b1456c Mon Sep 17 00:00:00 2001 From: CJ Laing Date: Wed, 5 Dec 2018 00:27:16 -0500 Subject: [PATCH] Forgot a directory in the pkg.install() function of this package. --- ellipsis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ellipsis.sh b/ellipsis.sh index 2c36434..46f776d 100644 --- a/ellipsis.sh +++ b/ellipsis.sh @@ -30,4 +30,5 @@ pkg.install() mkdir $HOME/.shell/aliases.d mkdir $HOME/.shell/bin mkdir $HOME/.shell/etc + mkdir $HOME/.shell/login.d }