chiark / gitweb /
dot/bash_profile: Use Perforce configuration files.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:49:43 +0000 (17:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:53:05 +0000 (17:53 +0000)
Don't need the various `mdw-conf' parameters any more.

dot/bash_profile

index e45fe4154840034eade7f564c458a1592c4552be..a6015e97167cdfc827c770cdc57d7224e2aa1441 100644 (file)
@@ -151,7 +151,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 P4CONFIG=.p4
 
 export BECOME="--preserve-environment"