.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 13 Jan 2020 14:00:42 +0200
changeset 936 7c8a97e5273d
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added completion for --console Gradle option.


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