.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 10 Dec 2023 19:15:17 +0200
changeset 1032 9cf008356bdf
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Dynamically build completion for podman.


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