chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f80fa
)
bash_profile: Set Perforce environment variables.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 8 Oct 2008 15:56:34 +0000
(16:56 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 10 Oct 2008 10:19:38 +0000
(11:19 +0100)
bash_profile
patch
|
blob
|
blame
|
history
diff --git
a/bash_profile
b/bash_profile
index 692efc2d03134c8be054dc1114917accc2702cec..7283d157877d38290f09385b29a4c7e8410f8176 100644
(file)
--- a/
bash_profile
+++ b/
bash_profile
@@
-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"