Forgot a directory in the pkg.install() function of this package.

This commit is contained in:
CJ Laing
2018-12-05 00:27:16 -05:00
parent e86e9de905
commit a38717907b

View File

@@ -30,4 +30,5 @@ pkg.install()
mkdir $HOME/.shell/aliases.d mkdir $HOME/.shell/aliases.d
mkdir $HOME/.shell/bin mkdir $HOME/.shell/bin
mkdir $HOME/.shell/etc mkdir $HOME/.shell/etc
mkdir $HOME/.shell/login.d
} }