From 0e60a19e7795a48a51293341643d2716eacb253a Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 10 Dec 2008 00:38:47 +0000 Subject: [PATCH] add more goodies git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10692 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- support-d/.bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/support-d/.bashrc b/support-d/.bashrc index 8ed3e23c52..911492239e 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -18,11 +18,12 @@ export CHARSET="ISO-8859-1" export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[\033[00m\]<\#>:' export PS2="\[\033[1m\]> \[\033[0m\]" export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig -alias icvs='cvs -d :ext:anthm@cvs.sourceforge.net:/cvsroot/iaxclient' -export CVS_RSH=ssh export VISUAL=emacs - umask 022 +alias e='emacs' +alias tcommit='svn commit --no-auth-cache --username=anthm' +alias mcommit='svn commit --no-auth-cache --username=mikej' +alias dp='emacs /usr/local/freeswitch/conf/dialplan/default.xml' # End of file