]> git.madduck.net Git - etc/zsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

save a million history entries master
authormartin f. krafft <madduck@madduck.net>
Sun, 10 Aug 2025 06:16:52 +0000 (08:16 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 10 Aug 2025 06:16:52 +0000 (08:16 +0200)
.zsh/zshrc/80-history

index 11a174ee16b13b9f71a115bdf8eaa265b66e5549..86621a0c4ab4e585f1908b3e658c1d63213ab707 100644 (file)
@@ -9,7 +9,7 @@
 
 # typeset -g on this one to make warn_create_global happy
 typeset -g HISTFILE=$ZVARDIR/history-$HOST
-HISTSIZE=10000
+HISTSIZE=1000000
 SAVEHIST=$HISTSIZE
 LISTMAX=1000