How to avoid recording commands to history in Fish Shell

In certain situations, you may need to run commands in the shell without having them saved in the shell history. If you are using Fish Shell, which happens to be my default shell, you can accomplish this quite easily. The following steps outline how to achieve this: Start a new shell instance with the following command: fish --private This will initiate a new shell session that will not record any commands to the history....