[BACK]Return to .profile CVS log [TXT][DIR] Up to [local] / mycfg

File: [local] / mycfg / .profile (download)

Revision 1.5, Sun Feb 1 11:25:53 2009 UTC (15 years, 1 month ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -0 lines

add OBSD_CVSROOT that points to an anonymous cvs mirror in .de .
when I need to muck with OpenBSD cvs, I could only say CVSROOT=$OBSD_CVSROOT.

# $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $
#
# sh/ksh initialization

PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
export PATH HOME TERM
LC_CTYPE=ru_RU.KOI8-R
export LC_CTYPE
CVSROOT=nbrk@cvs.linklevel.net:/usr/local/cvsroot
export CVSROOT
OBSDCVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs
export OBSDCVSROOT
PKG_PATH=ftp://ftp.corbina.ru/pub/OpenBSD/4.4/packages/i386/
export PKG_PATH
PS1='\u@\h[\l]:\W % '
export PS1