.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 21 Oct 2019 21:04:31 +0300
changeset 929 615c58735e09
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added null displaying, HISTCONTROL, upper case completion to psql.


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