From 8010ad735910e01c616d3a63d8b2ba47b6de8369 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 7 Oct 2016 23:19:02 +1100 Subject: [PATCH] Renamed the .stow-no-folding package file --- .local/bin/dots | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.local/bin/dots b/.local/bin/dots index dfb9c96..366bb58 100755 --- a/.local/bin/dots +++ b/.local/bin/dots @@ -49,9 +49,9 @@ link() { echo "Linking $packages into $HOME now..." >&2 fi - for nofold in $DOTFILES/${^packages}/.stow-no-fold(N); process-stow-no-fold $nofold + for nofold in $DOTFILES/${^packages}/.stow-no-folding(N); process-stow-no-folding $nofold - $STOW -d $DOTFILES -t ~ --ignore '^\.stow-no-fold' $packages + $STOW -d $DOTFILES -t ~ $packages } process-stow-no-fold() {