.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 21 Oct 2019 20:50:36 +0300
changeset 928 2b706bde17c2
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Enable switching to wide line format of SQL output when necessary by psql.


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