# HG changeset patch # User Oleksandr Gavenko # Date 1631997065 -10800 # Node ID 43ccab60bb32b9d0150497864501f893bcb46da2 # Parent d9cb7673d29cd3cdceff5a988053aad0b246f031 Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell). diff -r d9cb7673d29c -r 43ccab60bb32 .bashrc --- a/.bashrc Wed Sep 15 15:22:14 2021 +0300 +++ b/.bashrc Sat Sep 18 23:31:05 2021 +0300 @@ -62,7 +62,7 @@ # Don't store noisy/dumb items. # TIP: MC command start with space. HISTIGNORE=\ -" cd *":\ +" *":\ "vlc *":ls:pwd # To these options assigned default value, as they satisfy my needs I comment them.