浏览代码

Extend histsize

Kevin 5 年之前
父节点
当前提交
89ec002e38
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zlogin

+ 1 - 0
zlogin

@@ -5,6 +5,7 @@ export PAGER='less'
 
 # let zsh find the history
 export HISTFILE=$HOME/.zhistory
+export HISTSIZE=20000
 
 if [[ -z "$LANG" ]]; then
   export LANG='en_US.UTF-8'