From 8e9f7003d24ecb2dae738f12c8566ca1ca9a85b5 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 c8866553eeb3017235bffae852c32eb26ad30191 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 db970245ceb700eccb513697c89d258e1588cf4a 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 934f6c5b5f6edbfc4b9072cbad026b2423c614a7 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 26f4c33772cd3c5e177f71eefb67a23d91265067 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 May 2020 23:29:01 +1200 Subject: Don't use tmux terminfo file for now When running `ls` with color output on older Debian machines, using this terminfo file doesn't seem to show color, and I can't figure out why. Given I don't really understand the difference between the two at the moment, it's probably best just to keep using the screen one for now. --- terminfo/tmux-256color.ti | 6 --- terminfo/tmux.ti | 104 ---------------------------------------------- tmux/tmux.conf | 2 +- 3 files changed, 1 insertion(+), 111 deletions(-) delete mode 100644 terminfo/tmux-256color.ti delete mode 100644 terminfo/tmux.ti diff --git a/terminfo/tmux-256color.ti b/terminfo/tmux-256color.ti deleted file mode 100644 index a242b7c1..00000000 --- a/terminfo/tmux-256color.ti +++ /dev/null @@ -1,6 +0,0 @@ -tmux-256color| tmux with 256 colors, - use=tmux, - colors#256, - pairs#32767, - setab=\E[%?%p1%{8}%<%t4%p1%d%e%p1%{16}%<%t10%p1%{8}%-%d%e48;5;%p1%d%;m, - setaf=\E[%?%p1%{8}%<%t3%p1%d%e%p1%{16}%<%t9%p1%{8}%-%d%e38;5;%p1%d%;m, diff --git a/terminfo/tmux.ti b/terminfo/tmux.ti deleted file mode 100644 index fc86d773..00000000 --- a/terminfo/tmux.ti +++ /dev/null @@ -1,104 +0,0 @@ -tmux| tmux terminal multiplexer, - acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, - am, - bel=^G, - blink=\E[5m, - bold=\E[1m, - cbt=\E[Z, - civis=\E[?25l, - clear=\E[H\E[J, - cnorm=\E[34h\E[?25h, - colors#8, - cols#80, - cr=^M, - csr=\E[%i%p1%d;%p2%dr, - cub1=^H, - cub=\E[%p1%dD, - cud1=^J, - cud=\E[%p1%dB, - cuf1=\E[C, - cuf=\E[%p1%dC, - cup=\E[%i%p1%d;%p2%dH, - cuu1=\EM, - cuu=\E[%p1%dA, - cvvis=\E[34l, - dch1=\E[P, - dch=\E[%p1%dP, - dim=\E[2m, - dl1=\E[M, - dl=\E[%p1%dM, - dsl=\E]0;\007, - ed=\E[J, - el1=\E[1K, - el=\E[K, - enacs=\E(B\E)0, - flash=\Eg, - fsl=^G, - home=\E[H, - hs, - ht=^I, - hts=\EH, - ich=\E[%p1%d@, - il1=\E[L, - il=\E[%p1%dL, - ind=^J, - is2=\E)0, - it#8, - kbs=\177, - kcbt=\E[Z, - kcub1=\EOD, - kcud1=\EOB, - kcuf1=\EOC, - kcuu1=\EOA, - kdch1=\E[3~, - kend=\E[4~, - kf10=\E[21~, - kf11=\E[23~, - kf12=\E[24~, - kf1=\EOP, - kf2=\EOQ, - kf3=\EOR, - kf4=\EOS, - kf5=\E[15~, - kf6=\E[17~, - kf7=\E[18~, - kf8=\E[19~, - kf9=\E[20~, - khome=\E[1~, - kich1=\E[2~, - km, - kmous=\E[M, - knp=\E[6~, - kpp=\E[5~, - lines#24, - mir, - msgr, - nel=\EE, - op=\E[39;49m, - pairs#64, - rc=\E8, - rev=\E[7m, - ri=\EM, - ritm=\E[23m, - rmacs=^O, - rmcup=\E[?1049l, - rmir=\E[4l, - rmkx=\E[?1l\E>, - rmso=\E[27m, - rmul=\E[24m, - rs2=\Ec\E[?1000l\E[?25h, - sc=\E7, - setab=\E[4%p1%dm, - setaf=\E[3%p1%dm, - sgr0=\E[m\017, - sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;m%?%p9%t\016%e\017%;, - sitm=\E[3m, - smacs=^N, - smcup=\E[?1049h, - smir=\E[4h, - smkx=\E[?1h\E=, - smso=\E[7m, - smul=\E[4m, - tbc=\E[3g, - tsl=\E]0;, - xenl, diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 257cee5f..2eb1665a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -14,7 +14,7 @@ set-option -g update-environment 'COLORFGBG COLORTERM' set-option -g default-command "$SHELL" # Expect a 256-color terminal -set-option -g default-terminal 'tmux-256color' +set-option -g default-terminal 'screen-256color' # Change the prefix to ^A rather than the default of ^B, because I'm a godless # GNU Screen refugee, and also I like using ^B in my shell and in Vim more -- cgit v1.2.3 From 3ff6189ad7ad8d0fd7cf580ca4a8fbe9febb26ca Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 May 2020 23:39:33 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index af856bec..b9757eea 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v8.22.2 -Thu, 30 Apr 2020 03:57:57 +0000 +tejr dotfiles v8.23.0 +Sat, 02 May 2020 11:39:33 +0000 -- cgit v1.2.3