.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 01 Jun 2021 17:34:17 +0300
changeset 977 0b4affe58cff
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Renamed .env => .bash.env to free .env name for user customization (famous dotenv file).


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