From 8d6bc1fc7b14d26589a4789dc9da291ef404bd61 Mon Sep 17 00:00:00 2001 From: Christopher Koch Date: Wed, 23 Jul 2014 00:03:27 +0200 Subject: Support rc files without leading dots This adds the `-U` option to lsrc(1), rcup(1), and rcdn(1) commands; its argument is an exclusion pattern. Any file matching this pattern is symlinked without the leading dot. There is also a `-u` option to undo a `-U`. The `UNDOTTED` setting in rcrc(5) can be used to set it permanently. The mkrc(1) command has `-U` and `-u` flags. They take no argument. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index aafa5ca..e4d4a39 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,7 @@ TESTS = \ lsrc-symlink-dirs.t \ lsrc-tags.t \ lsrc-usage.t \ + lsrc-undotted.t \ mkrc-alternate-dotfiles-dir.t \ mkrc-copy-file.t \ mkrc-host-file.t \ @@ -15,6 +16,7 @@ TESTS = \ mkrc-symlink-dirs.t \ mkrc-tagged-file.t \ mkrc-usage.t \ + mkrc-undotted.t \ rcrc-custom.t \ rcrc-hostname.t \ rcrc.t \ -- cgit v1.2.3