Renamed the .stow-no-folding package file
This commit is contained in:
parent
b5585fa6b4
commit
8010ad7359
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ link() {
|
||||||
echo "Linking $packages into $HOME now..." >&2
|
echo "Linking $packages into $HOME now..." >&2
|
||||||
fi
|
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() {
|
process-stow-no-fold() {
|
||||||
|
|
Loading…
Reference in a new issue