fix zsh history in distoolbox
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 39m55s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 39m55s
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# History
|
||||
HISTFILE=~/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
setopt appendhistory
|
||||
|
||||
# Basic settings
|
||||
autoload bashcompinit && bashcompinit
|
||||
autoload -U compinit; compinit
|
||||
|
||||
Reference in New Issue
Block a user