You are not logged in.
I've disabled my bash history, so while records are deleted and no longer saved in gui environment, they're still being recorded and saved in TTY(ctrl+alt+f3)
export HISTSIZE=0
delete bash history txt file.
Are there any settings I still need to configure?
Pardon my ignorance..
Last edited by Lr2bej77n892lio (2025-07-23 02:08:13)
Offline
no longer saved in gui environment, they're still being recorded and saved in TTY(ctrl+alt+f3)
Where do you export this?
https://wiki.archlinux.org/title/Bash#C … tion_files - the tty logins will be login shells.
Offline
Where do you export this?
Only ~/.bashrc
The problem is solved when I also added it to /etc/profile.
Thanks for answering my silly question.
I appreciate your help.
Offline