modify history settings

This commit is contained in:
2025-08-28 10:02:59 +02:00
parent e1387b2dca
commit c546d1c3b2

View File

@@ -56,8 +56,8 @@ PS1="$PS1"'\[\033[00m\]\$ ' # shell sign
# history settings # history settings
HISTSIZE=2048 HISTSIZE=2048
HISTFILESIZE=2048
HISTCONTROL=erasedups:ignoredups:ignorespace HISTCONTROL=erasedups:ignoredups:ignorespace
HISTIGNORE='exit*:clear*:\:*:echo*'
# #
# bash completion # bash completion