From: Raymond Chandler Date: Thu, 2 Feb 2012 00:37:23 +0000 (-0500) Subject: we might want this at some point ;-) X-Git-Tag: v1.2-rc1~19^2^2~68^2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4943888ff70cd9bc14dca3751a472f4c69efbd3;p=thirdparty%2Ffreeswitch.git we might want this at some point ;-) --- diff --git a/support-d/.bashrc b/support-d/.bashrc index a0f1d0c66a..818afe0cef 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -21,6 +21,7 @@ export PS1='\n\[\033[01;31m\]\u@\h\[\033[01;36m\] [\d \@] \[\033[01;33m\] \w\n\[ export PS2="\[\033[1m\]> \[\033[0m\]" export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig export VISUAL=emacs +export GIT_SSL_NO_VERIFY=true umask 022 alias e='emacs'