From: Iain Patterson Date: Tue, 26 Aug 2008 13:17:01 +0000 (+0000) Subject: Basic .tcshrc. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=3a82c9bcb097eeecd214094812c1883c4121417c;ds=sidebyside Basic .tcshrc. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@142 6be0d1a5-5cfe-0310-89b6-964be062b18b --- 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