.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 01 Jun 2021 11:55:32 +0300
changeset 976 38803c50d0ed
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Pass TERM as xterm to "vagrant ssh" because Debian doesn't know TERM "mintty".


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