On Tue, 2024-06-04 at 16:26 +0000, Joe Wulf wrote:
It truly depends on how the default management of bash history is set
up in the virgin environment.
Variables like HISTCONTROL, HISTIGNORE can play a part.  The setting
for 'shopt -s histappend' also matters.
The BASH man page briefly explains them.

R,
-Joe

/etc/profile only contains the, as far as I know, usual:

if [ "$HISTCONTROL" = "ignorespace" ] ; then
export HISTCONTROL=ignoreboth
else
export HISTCONTROL=ignoredups
fi

That does not seem to explain anything

AV

Sorry for replying directly. I forgot to check send to list

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to