From 8a973cf5bca09024945acaa7bdf40fd9a565b33b Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 6 Mar 2014 10:51:01 -0600 Subject: [PATCH] add alias --- support-d/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/support-d/.bashrc b/support-d/.bashrc index a8696c213a..3efd07f20e 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -34,6 +34,7 @@ alias mgit='git commit --author "Mike Jerris "' alias tgit='git commit --author "Anthony Minessale "' alias igit='git commit --author "Raymond Chandler "' alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' +alias go='/usr/local/freeswitch/bin/freeswitch -nonat' alias fstop='top -p `cat /usr/local/freeswitch/run/freeswitch.pid`' alias fsgdb='gdb /usr/local/freeswitch/bin/freeswitch `cat /usr/local/freeswitch/run/freeswitch.pid`' alias fscore='gdb /usr/local/freeswitch/bin/freeswitch `ls -rt core.* | tail -n1`'