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:
8e5c94a
)
Basic .tcshrc.
author
Iain Patterson
<me@iain.cx>
Tue, 26 Aug 2008 13:17:01 +0000
(13:17 +0000)
committer
Iain Patterson
<me@iain.cx>
Tue, 26 Aug 2008 13:17:01 +0000
(13:17 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@142
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.tcshrc
[new file with mode: 0644]
patch
|
blob
diff --git a/.tcshrc
b/.tcshrc
new file mode 100644
(file)
index 0000000..
70543d3
--- /dev/null
+++ b/
.tcshrc
@@ -0,0
+1,7
@@
+# $Id$
+
+# Similar prompt to bash but with a % to distinguish between shells.
+set prompt='%n@%m:%~% '
+
+# Set Vi mode.
+bindkey -v