Adding VCS stuff to zshrc, and netrwhist to gitignore

This commit is contained in:
Dustin Swan
2012-03-07 11:01:43 -06:00
parent 25a8165261
commit abfb77af51
2 changed files with 11 additions and 2 deletions

12
zshrc
View File

@@ -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'"