Created: 2020-11-19T21:47:48-06:00
Abbreviating commands to they are always run with a preceding space, which avoids them being registered in history.
abbr --add nonsaved ' nonsaved'
You can forget all history for particular commands:
history -delete
An example was given having a function selectively delete history:
function delete-mplayer --on-event fish_postexec string match -qr '^mplayer' -- $argv and history delete --exact --case-sensitive -- (string trim -r $argv) end
=> Request for HISTIGNORE equivalent was #wontfix'ed.via an alias (Github) This content has been proxied by September (ba2dc).
=> Workaround via an alias (Github)Proxy Information
text/gemini