commit 353049182f2b868561636ce3ee842d73eec79887
parent e1abda2cf4c51a751f65306767db29285bbe87a2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 31 May 2018 09:36:58 -0400
Do not skip shell script symlinks
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/init/10_symlinks.sh b/init/10_symlinks.sh
@@ -8,7 +8,6 @@ for f in links/*; do
[ "$f" = ".." ] && continue
# Skip shell scripts and markdown
- [ "${f##*.}" = "sh" ] && continue
[ "${f##*.}" = "md" ] && continue
# Do not symlink these files/directories