lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] valyuta/004 4a3e0c2 5/6: Treat RAM as abundant


From: Greg Chicares
Subject: [lmi-commits] [lmi] valyuta/004 4a3e0c2 5/6: Treat RAM as abundant
Date: Thu, 7 Jan 2021 04:30:42 -0500 (EST)

branch: valyuta/004
commit 4a3e0c2c0f1aef68014247c2d5c48fb33764e102
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Treat RAM as abundant
    
    * gwc/.zshrc: Increase history size.
    * gwc/develop0.txt: Reference 'gwc/.zshrc' instead of trying to maintain
    a copy of it. Don't suggest deviating from the One True Time Zone.
---
 gwc/.zshrc       |  4 ++--
 gwc/develop0.txt | 30 +-----------------------------
 2 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/gwc/.zshrc b/gwc/.zshrc
index 9a27c2a..667fa18 100644
--- a/gwc/.zshrc
+++ b/gwc/.zshrc
@@ -103,8 +103,8 @@ function zle-line-init zle-keymap-select {
 zle -N zle-line-init
 zle -N zle-keymap-select
 
-HISTSIZE=1000
-SAVEHIST=1000
+HISTSIZE=1000000
+SAVEHIST=$HISTSIZE
 HISTFILE=~/.history
 setopt HIST_IGNORE_DUPS
 setopt HIST_IGNORE_SPACE
diff --git a/gwc/develop0.txt b/gwc/develop0.txt
index 8b91f41..68c5379 100644
--- a/gwc/develop0.txt
+++ b/gwc/develop0.txt
@@ -49,36 +49,8 @@ popd
   # 'Europe/London' (with daylight saving) when it's specified in
   # msw-xp as 'GMT' without daylight saving. Comment that setting out
   # if you want to have such problems.
-  #
-  # Adjust $coefficiency to suit the machine, and $TZ as you like.
-
-/bin/cat >~/.zshrc <<\EOF
-PATH="/opt/lmi/local/bin:/opt/lmi/local/lib:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$PATH"
-
-export coefficiency='--jobs=6'
-
-export TZ=UCT
-export LC_COLLATE=C.UTF-8
-
-bindkey "\e[3~" delete-char      # Del
-bindkey '\e[H' beginning-of-line # Home
-bindkey '\e[F' end-of-line       # End
-bindkey "^[[1;5D" backward-word  # Ctrl-left
-bindkey "^[[1;5C" forward-word   # Ctrl-right
-bindkey '\e[1;3D' backward-word  # Alt-left
-bindkey '\e[1;3C' forward-word   # Alt-right
-
-prompt=%d[%?]$
-
-HISTSIZE=1000
-SAVEHIST=1000
-HISTFILE=~/.history
-setopt HIST_IGNORE_DUPS
-
-autoload -U compinit
-compinit -u
 
-EOF
+[copy 'gwc/.zshrc' from lmi's src directory to ~]
 
   # Create a zsh-mintty shortcut--e.g., in:
   #   C:\Documents and Settings\All Users\Start Menu



reply via email to

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