Pass all parameters to stow
This commit is contained in:
parent
eecf8132a6
commit
54709a4112
1 changed files with 1 additions and 1 deletions
2
stow/usr/bin/stow-home
Normal file → Executable file
2
stow/usr/bin/stow-home
Normal file → Executable file
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# Make stow always stow to my HOME directory. It's weird that this
|
# 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.
|
# can't be done in a .stowrc, it doesn't support variable expansion.
|
||||||
/usr/bin/stow --target "$HOME"
|
/usr/bin/stow --target "$HOME" "$@"
|
||||||
|
|
Loading…
Reference in a new issue