From 6927044446bd70e5f33ca219cc9ea21501c2e4b2 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 13 Feb 2009 21:25:35 +0000 Subject: [PATCH] add more goodies git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11997 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- support-d/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support-d/.bashrc b/support-d/.bashrc index 171d867e36..fd8640b172 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -24,7 +24,9 @@ umask 022 alias e='emacs' alias tcommit='svn commit --no-auth-cache --username=anthm' alias mcommit='svn commit --no-auth-cache --username=mikej' +alias bcommit='svn commit --no-auth-cache --username=brian' 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`' # End of file