From b4943888ff70cd9bc14dca3751a472f4c69efbd3 Mon Sep 17 00:00:00 2001 From: Raymond Chandler Date: Wed, 1 Feb 2012 19:37:23 -0500 Subject: [PATCH] we might want this at some point ;-) --- support-d/.bashrc | 1 + 1 file changed, 1 insertion(+) 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'