From abfb77af51b4d9d505a051358ee5de703c6a7bd2 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 7 Mar 2012 11:01:43 -0600 Subject: [PATCH] Adding VCS stuff to zshrc, and netrwhist to gitignore --- .gitignore | 1 + zshrc | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0faf56b..232a316 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +vim/.netrwhist vim/bundle/* !vim/bundle/vundle/* diff --git a/zshrc b/zshrc index 9092000..935f171 100644 --- a/zshrc +++ b/zshrc @@ -31,7 +31,15 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... alias vi=vim -# export TERM="screen-256color" export EDITOR=vim - export PATH="/usr/local/bin:$PATH" + +# VCS stuff +export P4USER=dswan +export P4PORT="humu.insors.net:1666" +export P4CONFIG=p4.cfg +export P4EDITOR=vim +export SVN_EDITOR=vim + +# sync visidev to latest Perforce +alias visidev="ssh root@visidev.iocom.com 'cd /; p4 sync'"