From 618306c54e921059975180dc6ec7f2585b9c6250 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 13 May 2020 00:05:52 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3 From dccc57abfbfe1ff8717e718f7d6fb93cd82feec9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 13 May 2020 00:05:55 +1200 Subject: Update dotfiles(7) manual page --- man/man7/dotfiles.7df | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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. -- cgit v1.2.3