diff options
author | patrick brisbin <pbrisbin@gmail.com> | 2013-12-09 15:47:42 -0500 |
---|---|---|
committer | patrick brisbin <pbrisbin@gmail.com> | 2013-12-11 09:40:38 -0500 |
commit | 4b163f5565269faadc64995a3a903fa28c65f7b3 (patch) | |
tree | 3c14dcde5d88486c66f3c5491fbd512c55143e79 /man/mkrc.1 | |
parent | 3cc63e020bcd6c9a684957d10cd754bc0a1e1dc6 (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/mkrc.1')
-rw-r--r-- | man/mkrc.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -33,6 +33,12 @@ install dotfiles according to tag .It Fl v increase verbosity. This can be repeated for extra verbosity. .El +.Sh ENVIRONMENT +.Bl -tag -width ".Ev RCRC" +.It Ev RCRC +User configuration file. Defaults to +.Pa ~/.rcrc . +.El .Sh FILES .Pa ~/.dotfiles .Pa ~/.rcrc |