lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 9be3fe4e 8/8: Update dotfiles


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9be3fe4e 8/8: Update dotfiles
Date: Mon, 6 Jun 2022 18:40:33 -0400 (EDT)

branch: master
commit 9be3fe4efaf12bed7cf4a630ae3bb295fc77121a
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Update dotfiles
    
    * gwc/.zshrc: Add environment variables, especially the one that avoids
      a 'wine' nuisance.
    * gwc/.vim/spell/en.utf-8.add: Routine synchronization.
---
 gwc/.vim/spell/en.utf-8.add | 20 ++++++++++++++++++++
 gwc/.zshrc                  |  7 +++++++
 2 files changed, 27 insertions(+)

diff --git a/gwc/.vim/spell/en.utf-8.add b/gwc/.vim/spell/en.utf-8.add
index 313e23f2..31d49a74 100644
--- a/gwc/.vim/spell/en.utf-8.add
+++ b/gwc/.vim/spell/en.utf-8.add
@@ -403,3 +403,23 @@ conflictingly
 Canonicalize
 uncompetitive
 prolog
+foundational
+hapax legomenon
+farraginous
+surpassingly
+idoneous
+idoneity
+unsuffixed
+arcanum
+a priori
+precisions
+confounder
+reimplementations
+forbiddance
+unreferenced
+Anticipatorily
+untrustworthiness
+optimizers
+reenabled
+sanitizer
+checksumming
diff --git a/gwc/.zshrc b/gwc/.zshrc
index 667fa187..1be154b7 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -50,6 +50,13 @@ export LANG=en_US.UTF-8 LC_ALL=$pref_lc LC_TIME=en_DK.UTF-8 
LC_COLLATE=$pref_lc
 # but it seems to be necessary nevertheless.
 export LESSCHARSET=utf-8
 
+# Avoid "it looks like wine32 is missing, you should install it": see
+#   https://lists.nongnu.org/archive/html/lmi/2022-06/msg00016.html
+WINEDEBUG=-all,err+all,fixme+all
+
+# These UBSan options are generally useful.
+UBSAN_OPTIONS=print_stacktrace=1:print_summary=1
+
 # Use vim keybindings.
 bindkey -v
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]