ksh/dotkshrc
Michal Hlavinka 018b0a4c4f bind Home, End, Delete,... key correctly for emacs mode
- do not crash when executed from deleted directory
2012-11-22 15:14:32 +01:00

13 lines
172 B
Plaintext

# .kshrc
# Source global definitions
if [ -f /etc/kshrc ]; then
. /etc/kshrc
fi
# use emacs editing mode by default
set -o emacs
# User specific aliases and functions