diff --git a/bashrc b/bashrc deleted file mode 100644 index 92fd3c6..0000000 --- a/bashrc +++ /dev/null @@ -1,27 +0,0 @@ -# Source global definitions -if [ -f /etc/bashrc ]; then - . /etc/bashrc -fi - -# Check for an interactive session -[ -z "$PS1" ] && return - -PS1='[\u@\h \W]\$ ' - -# VCS stuff -export P4USER=dswan -export P4PORT="humu.insors.net:1666" -export P4CONFIG=p4.cfg -export P4EDITOR=vi -export SVN_EDITOR=vi - -export EDITOR=vim -export PATH="/usr/local/bin:/usr/local/sbin:$PATH" - -export TERM="xterm-256color" - -# alias ls='ls --color=auto' -alias vi='vim' - -# sync visidev to latest Perforce -alias visidev="ssh root@visidev.iocom.com 'cd /; p4 sync'"