summaryrefslogtreecommitdiff
path: root/man/rcrc.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/rcrc.5')
-rw-r--r--man/rcrc.518
1 files changed, 12 insertions, 6 deletions
diff --git a/man/rcrc.5 b/man/rcrc.5
index c66e718..f14eecf 100644
--- a/man/rcrc.5
+++ b/man/rcrc.5
@@ -17,30 +17,36 @@
.Sh DESCRIPTION
The rcm dotfile manager can be configured using a
.Pa .rcrc
-file in your home directory. The format is POSIX shell, and it is
+file in your home directory. The format is POSIX shell. It is
sourced in by the
.Xr lsrc 1 ,
.Xr mkrc 1 ,
+.Xr rcdn 1 ,
and
.Xr rcup 1
programs.
.Pp
It supports these variables:
.Bl -tag
-.It Va TAGS
-the default tags used by
-.Nm rcup
.It Va DOTFILES_DIRS
the source directories for dotfiles. The first in the list is the
canonical source. The default value is
.Li ~/.dotfiles
+.It Va EXCLUDES
+a space-separated list of exclude patterns. Exclude patterns are
+explained in detail in
+.Xr lsrc 1
+under the section
+.Sx EXCLUDE PATTERN .
+.It Va TAGS
+the default tags.
.El
.Sh FILES
-.Pa ~/.dotfiles
.Pa ~/.rcrc
.Sh EXAMPLES
-.Dl TAGS="freebsd development email git laptop gmail notmuch"
.Dl DOTFILES_DIRS="/home/mike/.dotfiles /usr/share/dotfiles"
+.Dl EXCLUDES="irbrc *:*emacs* dotfiles:python*"
+.Dl TAGS="freebsd development email git laptop gmail notmuch"
.Sh SEE ALSO
.Xr lsrc 1 ,
.Xr mkrc 1 ,