feat(zsh): limit zsh history to 100

This commit is contained in:
Matej Janezic 2023-07-03 15:58:21 +02:00
parent a15ae06486
commit e37c74db15
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# zsh history file # zsh history file
export HISTFILE="$XDG_STATE_HOME/zsh/history" export HISTFILE="$XDG_STATE_HOME/zsh/history"
export HISTSIZE=100
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc. # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.config/zsh/.zshrc.
# Initialization code that may require console input (password prompts, [y/n] # Initialization code that may require console input (password prompts, [y/n]