Added $Id$ tags.
authorIain Patterson <me@iain.cx>
Mon, 15 Aug 2005 09:47:51 +0000 (09:47 +0000)
committerIain Patterson <me@iain.cx>
Mon, 15 Aug 2005 09:47:51 +0000 (09:47 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@2 6be0d1a5-5cfe-0310-89b6-964be062b18b

.bash_profile
.bashrc
.inputrc
.profile.d/aliases.bashrc
.profile.d/bash3.bashrc
.profile.d/completion.bashrc
.profile.d/ps1.bashrc
.profile.d/ssh.bashrc
.profile.d/variables.bashrc
.vimrc

index bffd784..35cd3b8 100755 (executable)
@@ -1,3 +1,4 @@
+# $Id$
 for i in ~/.profile.d/*.bashrc; do . $i; done
 __ps1
 
diff --git a/.bashrc b/.bashrc
index 656e6ca..d4157fc 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,2 +1,3 @@
+# $Id$
 . /etc/profile
 . ~/.bash_profile
index 3d8708c..dd5ed22 100755 (executable)
--- a/.inputrc
+++ b/.inputrc
@@ -1,3 +1,4 @@
+# $Id$
 set editing-mode vi
 set meta-flag on
 set input-meta on
index f42a02e..c1738f6 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 alias l='ls'
 alias ls='/bin/ls $LS_OPTIONS'
 alias vim='vim +syn\ on'
index 19d7f1c..800bb26 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 #export HISTCONTROL=ignoredups
 export HISTTIMEFORMAT='[%Y-%m-%d %H:%M:%S] '
 export HISTFILESIZE=3000
index 633c86c..ad072bf 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 # Helper!
 export COMPLETION_DIR_SSH=~/.ssh/hosts
 export COMPLETION_DIR_TELNET=~/.telnet/hosts
index f5fcb6a..6f81794 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 # VERSION 1.2 (2001-10-31)
 #
 # coloured prompts for bash
index 9aac92c..b82a987 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 if [ ! -z "$SSH_CLIENT" ]; then
   # Set display if we aren't already forwarding X11
   if [ "$DISPLAY" = "" ]; then
index 6e1133d..9ac41f8 100644 (file)
@@ -1,3 +1,4 @@
+# $Id$
 export SSHTERM=urxvtc
 export SSHTERM_TITLE=-title
 export SSHTERM_EXEC=-e
diff --git a/.vimrc b/.vimrc
index d6c717f..9ca37c6 100755 (executable)
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,4 @@
+" $Id$
 se ts=2
 se bs=2
 se sw=2