.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 03 Jun 2021 02:02:50 +0300
changeset 987 e0ffdc132f41
parent 922 e2c60fd8f61b
permissions -rw-r--r--
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.


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