fix zsh history in distoolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 39m55s

This commit is contained in:
2025-02-25 07:48:17 -05:00
parent f27e9548c8
commit c1c82f8f04

View File

@@ -1,3 +1,9 @@
# History
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
# Basic settings
autoload bashcompinit && bashcompinit
autoload -U compinit; compinit