bash_profile: Set Perforce environment variables.
[profile] / bash_profile
index 692efc2..7283d15 100644 (file)
@@ -137,6 +137,7 @@ export BASCAT="-l +n"
 export CVS_RSH=ssh
 export CVSROOT=`mdw-conf cvs-root`
 export SVNROOT=`mdw-conf svn-root`
+export P4PORT=`mdw-conf p4-port` P4USER=`mdw-conf p4-user`
 
 export BECOME="--preserve-environment"