forked from Mirrors/freeswitch
doh goes in bashrc, darn it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16546 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
12aa8e30ce
commit
ef2d712473
|
@ -12,6 +12,8 @@ if [ ! -f ~/.inputrc ]; then
|
|||
export INPUTRC="/etc/inputrc"
|
||||
fi
|
||||
|
||||
set -o emacs
|
||||
|
||||
export LESSCHARSET="latin1"
|
||||
export LESS="-R"
|
||||
export CHARSET="ISO-8859-1"
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
;;; You can either fine-tune the bells and whistles of this mode or
|
||||
;;; bulk enable them by putting
|
||||
set -o emacs
|
||||
|
||||
;(setq cperl-hairy t)
|
||||
(global-unset-key "\C-h")
|
||||
(global-set-key "\C-h" 'delete-backward-char)
|
||||
|
|
Loading…
Reference in New Issue