summaryrefslogtreecommitdiff
path: root/bin/hstow
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-13 19:50:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-13 19:50:48 -0700
commit1d1b898189dd2d891edb7d0c6abc2cfab042e39d (patch)
tree1b06b8db4fa732ef462f5fbcbc1e9b7341cfa267 /bin/hstow
parentfb49c9b622ed49b874ff828659c6078393a24e05 (diff)
downloaddotfiles-1d1b898189dd2d891edb7d0c6abc2cfab042e39d.tar.gz
hstow: don't stow .hstow-unstow-ignore
Diffstat (limited to 'bin/hstow')
-rwxr-xr-xbin/hstow1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/hstow b/bin/hstow
index 00cf5817..d20f502c 100755
--- a/bin/hstow
+++ b/bin/hstow
@@ -84,6 +84,7 @@ stow () {
! -name .gitignore \
! -name .hstow-local-ignore \
! -name .hstow-always-adopt \
+ ! -name .hstow-unstow-ignore \
| grep -v '^\./\.git/'); do
file_dir="$(dirname $file)"
if [ -n "$ignores" ]; then