From 02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 8 Jun 2017 12:12:36 +0200 Subject: stow: Disable tree-folding Create new directories as directories when installing a package set, rather than "optimising" by linking the parent directory. e.g. .emacs.d on a new system. It should always be a directory, as emacs stores files there that are not for the consideration of stow. --- stow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stow') 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 "$@" -- cgit 1.4.1