aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:06:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-13 00:06:16 +1200
commit96aa6887e2e378afb4bed6dd6205ab5705a33f5e (patch)
tree14cdb9bc708b62a094492cd1c56d6e05ec3ec9c0
parentCheck shrc.d and profile.d dirs for other configs (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-96aa6887e2e378afb4bed6dd6205ab5705a33f5e.tar.gz
dotfiles-96aa6887e2e378afb4bed6dd6205ab5705a33f5e.zip
Merge branch 'release/v8.36.0' into develop
* release/v8.36.0: Update dotfiles(7) manual page
-rw-r--r--VERSION4
-rw-r--r--man/man7/dotfiles.7df17
2 files changed, 12 insertions, 9 deletions
diff --git a/VERSION b/VERSION
index c91aeb8e..46ee4f66 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.35.1
-Tue, 12 May 2020 03:02:38 +0000
+tejr dotfiles v8.36.0
+Tue, 12 May 2020 12:05:52 +0000
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 29ae08b7..8de509f5 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -79,14 +79,14 @@ directory to see a list.
.PP
To keep a set of \f[C]make\f[] targets useful for a specific user or
host, you can list them in a newline\-separated file
-\f[C]~/.local/share/dotfiles.conf\f[], and install using that with the
+\f[C]~/.config/dotfiles/config\f[], and install using that with the
special \f[C]install\-conf\f[] target.
-This can include variable settings, too:
+This can include macro settings for the \f[C]Makefile\f[], too:
.IP
.nf
\f[C]
$\ cd
-$\ cat\ .local/share/dotfiles.conf
+$\ cat\ .config/dotfiles/config
install\-bash
install\-bin
EMAIL=you\@example.com
@@ -399,9 +399,9 @@ The majority of the time I just want to complete paths anyway, and this
makes for a quicker startup without a lot of junk functions in my Bash
namespace.
.PP
-I do make some exceptions with completions defined in
-\f[C]\&.bash_completion.d\f[] files, for things I really do get tired of
-typing repeatedly:
+I do make some exceptions with completions defined in files in
+\f[C]~/.bash_completion.d\f[] for things I really do get tired of typing
+repeatedly:
.IP \[bu] 2
Bash builtins: commands, help topics, shell options, variables, etc.
.IP \[bu] 2
@@ -441,7 +441,7 @@ The files started as a joke (\f[C]exec\ bash\f[]).
.PP
My mail is kept in individual Maildir\-format directories under
\f[C]~/mail\f[], with the system mail spool in e.g.
-\f[C]/var/mail/tejr\f[] being where most unfiltered mail is sent.
+\f[C]/var/mail/tejr\f[] being where most unfiltered new mail is spooled.
I use Getmail (http://pyropus.ca/software/getmail/),
maildrop (https://www.courier-mta.org/maildrop/), and
msmtp (https://marlam.de/msmtp/); the configurations for these are not
@@ -898,6 +898,9 @@ modules in \f[C]~/.plenv/non\-cpan\-modules\f[], and updates them all.
\f[C]pwg(1df)\f[] generates just one decent password with
\f[C]pwgen(1)\f[].
.IP \[bu] 2
+\f[C]qat(1df)\f[] disables \f[C]stty\ echo\f[] for the duration of a
+paste.
+.IP \[bu] 2
\f[C]rep(1df)\f[] repeats a command a given number of times.
.IP \[bu] 2
\f[C]rgl(1df)\f[] is a very crude interactive \f[C]grep(1)\f[] loop.