diff options
-rwxr-xr-x | stow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow b/stow index c708e49..761a5b5 100755 --- a/stow +++ b/stow @@ -1,2 +1,2 @@ #!/bin/sh -stow --target="$HOME" "$@" \ No newline at end of file +stow --target="$HOME" --no-folding "$@" |