clarify that ~/.stowrc args don't get processed by a shell
Address confusion reported here: http://lists.gnu.org/archive/html/bug-stow/2016-08/msg00000.html
This commit is contained in:
parent
5a8d275c47
commit
b160a1c807
1 changed files with 2 additions and 1 deletions
|
@ -850,7 +850,8 @@ directory.
|
||||||
|
|
||||||
Default command line options may be set in @file{.stowrc} (current
|
Default command line options may be set in @file{.stowrc} (current
|
||||||
directory) or @file{~/.stowrc} (home directory). These are parsed in
|
directory) or @file{~/.stowrc} (home directory). These are parsed in
|
||||||
that order, and effectively prepended to the command line arguments.
|
that order, and effectively prepended to the command line arguments
|
||||||
|
(with the notable difference that they won't be processed by the shell).
|
||||||
This feature can be used for some interesting effects.
|
This feature can be used for some interesting effects.
|
||||||
|
|
||||||
For example, suppose your site uses more than one stow directory, perhaps in
|
For example, suppose your site uses more than one stow directory, perhaps in
|
||||||
|
|
Loading…
Reference in a new issue