.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 08 Sep 2022 12:26:25 +0300
changeset 1002 a9073ca0921b
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Included time into Bash PS1 header: useful to understand when I called daily login apps.


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