summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc/40_history2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/40_history b/.zsh/zshrc/40_history
index 7017189..0e5241e 100644
--- a/.zsh/zshrc/40_history
+++ b/.zsh/zshrc/40_history
@@ -8,7 +8,7 @@
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
HISTFILE=$HOME/.zsh_history
-HISTSIZE=5000
+HISTSIZE=1000000
SAVEHIST=$HISTSIZE
# append history list to the history file (think multiple zsh sessions)
we may implement reuse objects allocated earlier avoiding the repeated allocation by keeping a cache of objects that we can reuse. This framework can get used for: * rewriting spi_messages * to fullfill alignment requirements of the spi_master HW * to fullfill transfer length requirements (e.g: transfers need to be less than 64k) * consolidate spi_messages with multiple transfers into a single transfer when the total transfer length is below a threshold. * reimplement spi_unmap_buf without explicitly needing to check if it has been mapped Signed-off-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat