From: Brian West Date: Mon, 1 Feb 2010 18:28:08 +0000 (+0000) Subject: doh goes in bashrc, darn it X-Git-Tag: v1.0.6~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2d712473482fca36e9ce6ddc88b90a45b4246b;p=thirdparty%2Ffreeswitch.git doh goes in bashrc, darn it git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16546 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.bashrc b/support-d/.bashrc index 1ffb31635d..21082a4ef7 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -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" diff --git a/support-d/.emacs b/support-d/.emacs index 0f1c91f82d..9b7b191e8b 100644 --- a/support-d/.emacs +++ b/support-d/.emacs @@ -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)