.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 16 Dec 2023 18:07:34 +0200
changeset 1038 79c56b8fb8e0
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Moved Bash completion for "hgsync" to "utils" module.


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