Browse Source

history size 256->32MB to reduce cpu loat on xonsh startup

Fabian Peter Hammerle 4 years ago
parent
commit
e05bbdf97e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rc.xsh

+ 1 - 1
rc.xsh

@@ -17,7 +17,7 @@ $XONSH_AUTOPAIR = True
 # tab selection: do not execute cmd when pressing enter
 $COMPLETIONS_CONFIRM = True
 $_Z_EXCLUDE_DIRS = ['/tmp']
-$XONSH_HISTORY_SIZE = '256 MB'
+$XONSH_HISTORY_SIZE = '32 MB'
 
 # alias 'xontrib' wraps xontribs_load()
 # xontrib load vox z