aboutsummaryrefslogtreecommitdiffstats
path: root/stow/usr/bin/stow-home
diff options
context:
space:
mode:
Diffstat (limited to 'stow/usr/bin/stow-home')
-rwxr-xr-xstow/usr/bin/stow-home6
1 files changed, 0 insertions, 6 deletions
diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home
deleted file mode 100755
index 85d6c24..0000000
--- a/stow/usr/bin/stow-home
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-# Make stow always stow to my HOME directory. It's weird that this
-# can't be done in a .stowrc, it doesn't support variable expansion.
-/usr/bin/stow --target "$HOME" --ignore "GNUmakefile" --ignore "org" \
- --ignore ".dir-locals.el" "$@"