From 0f9d43e7e068d28eaad930faf5c905f7a184b7a9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Apr 2020 14:53:27 +1200 Subject: Bump updated date for vimrc I've configured Vim itself to bump this date on each save now. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 6ae05ff0..d34ce24d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Thu, 19 Dec 2019 17:07:46 +1300 +" Last updated: Wed, 29 Apr 2020 02:53:22 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, -- cgit v1.2.3 From e92af2ec063ec988e14139395581df07f4ddf706 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 29 Apr 2020 14:54:17 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 53ebef03..edb6f1c1 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v8.22.0 -Wed, 29 Apr 2020 01:40:23 +0000 +tejr dotfiles v8.22.1 +Wed, 29 Apr 2020 02:54:12 +0000 -- cgit v1.2.3 From 9e2187a7a2668312ae14c668cd71b44590d2a62d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Apr 2020 15:57:39 +1200 Subject: Force unwanted --quoting-style option to ls(1) off --- sh/profile.d/options.sh | 1 + sh/shrc.d/ls.sh | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh index ad9d43ab..f9dc3c79 100644 --- a/sh/profile.d/options.sh +++ b/sh/profile.d/options.sh @@ -52,5 +52,6 @@ options ls \ block-size \ color \ human-readable \ + quoting-style \ time-style ) diff --git a/sh/shrc.d/ls.sh b/sh/shrc.d/ls.sh index 203a734f..c6558fc3 100644 --- a/sh/shrc.d/ls.sh +++ b/sh/shrc.d/ls.sh @@ -31,6 +31,10 @@ ls() { [ "$(exec 2>/dev/null;tput colors||tput Co||echo 0)" -ge 8 ] ; then set -- --color=auto "$@" fi + ## Force the new entry quoting off + if [ -e "$HOME"/.cache/sh/opt/ls/quoting-style ] ; then + set -- --quoting-style=literal "$@" + fi ## Add --time-style='+%Y-%m-%d %H:%M:%S' to show the date in my preferred ## (fixed) format if [ -e "$HOME"/.cache/sh/opt/ls/time-style ] ; then -- cgit v1.2.3 From d469a9cd67ab692ee7623bfb5ffb3680f48e2376 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 30 Apr 2020 15:58:04 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index edb6f1c1..af856bec 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v8.22.1 -Wed, 29 Apr 2020 02:54:12 +0000 +tejr dotfiles v8.22.2 +Thu, 30 Apr 2020 03:57:57 +0000 -- cgit v1.2.3 From c26e9329b1c65e60b4fa94a5f703928a2aef3848 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 3 May 2020 11:30:43 +1200 Subject: Update PGP key fingerprint --- finger/pgpkey | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/finger/pgpkey b/finger/pgpkey index 1f62c961..0d79a4b6 100644 --- a/finger/pgpkey +++ b/finger/pgpkey @@ -1,4 +1,4 @@ -pub rsa4096 2013-03-12 [SC] [expires: 2020-05-16] +pub rsa4096 2013-03-12 [SC] [expires: 2020-07-31] FA09 C06E 1B67 0CD0 B2F5 DE60 C142 86EA 77BB 8872 uid [ultimate] Thomas Ryder (tyrmored, tejr) uid [ultimate] Thomas Ryder @@ -6,9 +6,10 @@ uid [ultimate] Thomas Ryder uid [ultimate] Thomas Ryder (TEJR) uid [ultimate] Thomas Ryder uid [ultimate] Thomas Ryder -sub rsa4096 2013-03-12 [E] [expires: 2020-05-16] +sub rsa4096 2013-03-12 [E] [expires: 2020-07-31] 9DF1 A89F F8D9 70AF 3265 C882 96C2 CD91 E67A C61D -sub rsa4096 2013-03-12 [S] [expires: 2020-05-16] +sub rsa4096 2013-03-12 [S] [expires: 2020-07-31] 3179 90A1 4597 A1FC F82D 953A B5AF 5F89 2592 6609 -sub rsa4096 2019-08-06 [A] [expires: 2020-05-16] +sub rsa4096 2019-08-06 [A] [expires: 2020-07-31] 42AE 569D 6162 7C52 03B0 74ED D58F F1F0 7E90 9B49 + -- cgit v1.2.3 From 73c1f9829393e49169f2ec2273bdfa698846271d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 3 May 2020 11:30:57 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 74e15306..d7fc9f90 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v8.25.0 -Sat, 02 May 2020 15:25:10 +0000 +tejr dotfiles v8.25.1 +Sat, 02 May 2020 23:30:24 +0000 -- cgit v1.2.3