Question about histfile

I have some confusion about the docs. In the docs it says you can ignore doppler commands with the histfile…

export HISTCONTROL="&:erasedups:ignoreboth:doppler secrets set*""

When I enter this command in the terminal I’m greeted with a prompt “>”. I was wondering if you could give some tips on how to permanently ignore all Doppler related commands? I would like to ignore them globally as well. In the /etc/bash.bashrc file.

Thank You

Hi @Lily,

To ignore all Doppler CLI commands, add this to your /etc/bash.bashrc file:

export HISTIGNORE='doppler*'

And thanks for reporting that error in our documentation. It’s now been fixed.