From 3a82c9bcb097eeecd214094812c1883c4121417c Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 26 Aug 2008 13:17:01 +0000 Subject: [PATCH] Basic .tcshrc. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@142 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .tcshrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .tcshrc diff --git a/.tcshrc b/.tcshrc new file mode 100644 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 -- 2.20.1