From d625c0ceaba98c20afe3688cf7834c5cf66e68aa Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 6 Oct 2024 11:24:00 +0200 Subject: [PATCH] Update 2024-10-06 11:24 OpenBSD/amd64-t14 --- .bin/ical2rem | 4 +++- .kshrc | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/.bin/ical2rem b/.bin/ical2rem index 8f27ab7..31166a6 100755 --- a/.bin/ical2rem +++ b/.bin/ical2rem @@ -279,7 +279,9 @@ foreach $yearkey (sort keys %{$events} ) { if ($start->hour > 0) { print " AT "; print $start->strftime("%H:%M"); - print " SCHED _sfun MSG %a %2 "; + # print " SCHED _sfun MSG %a %2 "; + # fix 2024-10-04 + print " +15 MSG %a %2 "; } else { print " MSG %a "; } diff --git a/.kshrc b/.kshrc index f390a48..3caa844 100644 --- a/.kshrc +++ b/.kshrc @@ -60,6 +60,40 @@ LESS="-giJmR--tilde" LESSHISTFILE="$HOME/.less-history" export LESS LESSHISTFILE +# TUIR (reddit) +TUIR_BROWSER="$BROWSER" +export TUIR_BROWSER + +# NNN +NNN_OPTS="cErxAJBRr" +NNN_OPENER="nnn.sh" +NNN_FIFO=/tmp/nnn.fifo +NNN_PLUG='c:!readlink -f $nnn | xclip -f;o:-!tmpv "$nnn";u:!upload "$nnn";,:!copyto "$nnn";x:!imagesort;p:!pdfarranger "$nnn" > /dev/null 2>&1 &' +NNN_ARCHIVE="\\.(7z|bz2|gz|tar|tgz|zip)$" +NNN_COLORS='#0a1b2c3d;1234' +NNN_FCOLORS='c1e2272e006033f7c6d6abc4' +export NNN_OPTS NNN_OPENER NNN_PLUG NNN_ARCHIVE +export NNN_COLORS NNN_FCOLORS NNN_FIFO + +# SLNR +SLRNPULL_ROOT=$HOME/.slrnpull +NNTPSERVER=read.news.tnib.de +export SLRNPULL_ROOT NNTPSERVER + +# GOT +GOT_AUTHOR="Stefan Hagen " +TOG_COLORS=1 +export GOT_AUTHOR TOG_COLORS + +# BUPSTASH +BUPSTASH_REPOSITORY=ssh://sdk@storage.bupstash.io +BUPSTASH_KEY_COMMAND="pass Internet/bupstash-key" +export BUPSTASH_REPOSITORY BUPSTASH_KEY_COMMAND + +# PASSWORD-STORE +PASSWORD_STORE_ENABLE_EXTENSIONS=true +export PASSWORD_STORE_ENABLE_EXTENSIONS + ######################################################################## # SHELL SETTINGS ########################################################################