From a9744a9b92fb9a412461496748f58e74c14f2908 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 27 Apr 2006 12:22:04 +0000 Subject: [PATCH] +export VIMINIT: Set VIM setup even from foreign home directory. - Such as: (otheruser)$ . ~lace/.bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index b8c6cda..60dadf6 100644 --- a/.bashrc +++ b/.bashrc @@ -177,6 +177,7 @@ if grep 2>/dev/null -q '^..............:0C38 00000000:0000 0A ' /proc/net/tcp;th export https_proxy=http://127.0.0.1:3128/ export ftp_proxy=http://127.0.0.1:3128/ fi +export VIMINIT="source `echo "$BASH_SOURCE"|sed 's/[.]bashrc$/.vimrc/'`" export SOCKS5_SERVER=icsocks.holland.sun.com -- 1.8.3.1