summaryrefslogtreecommitdiff
path: root/man/rcrc.5
diff options
context:
space:
mode:
authorGravatar patrick brisbin <pbrisbin@gmail.com>2013-12-09 15:47:42 -0500
committerGravatar patrick brisbin <pbrisbin@gmail.com>2013-12-11 09:40:38 -0500
commit4b163f5565269faadc64995a3a903fa28c65f7b3 (patch)
tree3c14dcde5d88486c66f3c5491fbd512c55143e79 /man/rcrc.5
parent3cc63e020bcd6c9a684957d10cd754bc0a1e1dc6 (diff)
Prefer RCRC environment variable over ~/.rcrc
* Centralize configuration loading in rcm.sh(.in) * Check for readability, not just existence Add RCRC notes to all manpages. Putting the environment variables in a table lines them up more neatly and definitively, across all output formats, and also follows the examples used by e.g. BSD ls(1).
Diffstat (limited to 'man/rcrc.5')
-rw-r--r--man/rcrc.55
1 files changed, 3 insertions, 2 deletions
diff --git a/man/rcrc.5 b/man/rcrc.5
index c7f300a..ec6ef9a 100644
--- a/man/rcrc.5
+++ b/man/rcrc.5
@@ -17,8 +17,9 @@
.Sh DESCRIPTION
The rcm dotfile manager can be configured using a
.Pa .rcrc
-file in your home directory. The format is POSIX shell. It is
-sourced in by the
+file in your home directory. This location can be changed by setting the
+.Pa RCRC
+environment variable. The format is POSIX shell. It is sourced in by the
.Xr lsrc 1 ,
.Xr mkrc 1 ,
.Xr rcdn 1 ,