git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff1a5f
)
Added p4 settings to version control.
author
Iain Patterson
<me@iain.cx>
Thu, 20 Nov 2008 13:59:19 +0000
(13:59 +0000)
committer
Iain Patterson
<me@iain.cx>
Thu, 20 Nov 2008 13:59:19 +0000
(13:59 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@151
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/p4.bashrc
[new file with mode: 0644]
patch
|
blob
diff --git a/.profile.d/p4.bashrc
b/.profile.d/p4.bashrc
new file mode 100644
(file)
index 0000000..
53967d1
--- /dev/null
+++ b/
.profile.d/p4.bashrc
@@ -0,0
+1,15
@@
+# $Id$
+if [ ! -z "$SUDO_USER" ]; then
+ export P4USER=$SUDO_USER
+ export P4TICKETS=/tmp/.p4tickets.$SUDO_USER
+else
+ export P4USER=$USER
+fi
+export P4CONFIG=.p4config
+export P4DIFF="diff -u"
+export P4EDITOR="vim -S '$HOME/.vim/script/p4'"
+if [ -z "$DISPLAY" ]; then
+ export P4MERGE="vim -o -c '3wincmd j' -c 'wincmd L'"
+else
+ export P4MERGE="p4v -merge"
+fi