eed79a468c
Changes: - Add tip about using leading space to prevent history recording - Shows example with space before curl command - Explains HISTCONTROL=ignorespace behavior Best Practice: curl -sL https://git.mull.lol/.../tar.gz | tar xz ↑ Leading space prevents command from being saved to history Works on most systems where HISTCONTROL includes ignorespace