Basic .tcshrc.
authorIain Patterson <me@iain.cx>
Tue, 26 Aug 2008 13:17:01 +0000 (13:17 +0000)
committerIain 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]

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