update histfile env vars
All checks were successful
Build images / build-images-arm64 (push) Successful in 8m31s
Build images / build-images-amd64 (push) Successful in 8m38s
Build images / update-images-manifests (push) Successful in 30s

This commit is contained in:
Szwendacz 2024-04-18 13:33:58 +02:00 committed by Maciej Lebiest
parent 0ca19c653c
commit d36f0ee9f7
4 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@ USER root
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=20000
ENV HISTFILESIZE=200000
ENV PKGS_BASE="fzf bash-completion python3-cryptography"