.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 21 Nov 2020 19:39:44 +0200
changeset 948 9d4c25b94a61
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Use bold font instead of alternative color in mintty. Bold colors are shown when bright colors are requested.


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