Browse Source

Extend histsize

Kevin 5 năm trước cách đây
mục cha
commit
89ec002e38
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'