]> git.donarmstrong.com Git - zsh.git/commitdiff
limit lists to 1000
authormartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 17:27:26 +0000 (18:27 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 5 May 2008 17:27:26 +0000 (18:27 +0100)
.zsh/zshrc/90_history

index 4d02a56baa59ca1ca8a8ac8041e5271400c11b3f..db74f838470aa8fbde75ef6819023c25dc0558f4 100644 (file)
@@ -12,6 +12,7 @@ DEFAULT_HISTFILE=$ZVAR/history
 HISTFILE=$DEFAULT_HISTFILE
 HISTSIZE=10000
 SAVEHIST=$HISTSIZE
+LISTMAX=1000
 
 # treat ! specially like csh did
 setopt bang_hist