| ▲ | red_admiral a day ago |
| > We don't want that in our shell history This may be bash-only, but a space before the command excludes something from history too. |
|
| ▲ | capitainenemo 21 hours ago | parent [-] |
| Only if you do something like this...
export HISTCONTROL=ignorespace Personally I like this which reduces noise in history from duplicate lines too.
export HISTCONTROL=ignoreboth:erasedups |
| |
| ▲ | JoeBOFH 18 hours ago | parent [-] | | While you aren’t wrong, I haven’t seen a distro that defaults to bash not have this enabled by default for a long while. | | |
| ▲ | zamadatix 17 hours ago | parent [-] | | I remember reading a very similar chain last year, trying it on my Proxmox host, and then being surprised it didn't work. I'm sure it's not the only modern distro this way, but I can't claimed to have tried very many after that. |
|
|