.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 18 Sep 2021 23:31:05 +0300
changeset 993 43ccab60bb32
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).


if [[ $- == *i* ]]; then
  bind '"\e/": dabbrev-expand'
  bind '"\ee": edit-and-execute-command'
fi