summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 14:03:52 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-04 14:03:52 +0200
commitf324257aaee9d4ba94f9128e74c41f10946741b6 (patch)
tree9fe436317a3f8ddfb68a30b581e2c09e26a0d556 /.config/zsh
parentupdate (diff)
downloaddotfiles-bsd-f324257aaee9d4ba94f9128e74c41f10946741b6.tar.gz
dotfiles-bsd-f324257aaee9d4ba94f9128e74c41f10946741b6.tar.bz2
dotfiles-bsd-f324257aaee9d4ba94f9128e74c41f10946741b6.tar.xz
dotfiles-bsd-f324257aaee9d4ba94f9128e74c41f10946741b6.tar.zst
dotfiles-bsd-f324257aaee9d4ba94f9128e74c41f10946741b6.zip
Enlarged zsh hist
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 977be7b..6fbceec 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -13,8 +13,8 @@
autoload -U colors && colors
-HISTSIZE=5000
-SAVEHIST=5000
+HISTSIZE=25000
+SAVEHIST=25000
HISTFILE=$XDG_CONFIG_HOME/zsh/history
LESS_TERMCAP_mb=$(printf '\e[1;31m'); export LESS_TERMCAP_mb