From 1d3d35b1333d4b92d8f8163f46d54e92affd513d Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Tue, 23 Jun 2009 23:45:00 +0000 Subject: [PATCH] i'll have a side of emacs hold the window please git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13929 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- support-d/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/support-d/.bashrc b/support-d/.bashrc index 95281e039d..1ac8be78ed 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -30,4 +30,5 @@ alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' alias fstop='top -p `cat /usr/local/freeswitch/log/freeswitch.pid`' alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/log/freeswitch.pid`' alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1`' +alias emacs='emacs -nw' # End of file