.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 13 Feb 2023 14:07:38 +0200
changeset 1014 8a5b395a94f7
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added navigation and word deleting commands for Putty.


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