From 8c75606a52da5a4df6018134e0806e7041ca69e1 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Mon, 15 Aug 2005 09:47:51 +0000 Subject: [PATCH] Added $Id$ tags. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@2 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .bash_profile | 1 + .bashrc | 1 + .inputrc | 1 + .profile.d/aliases.bashrc | 1 + .profile.d/bash3.bashrc | 1 + .profile.d/completion.bashrc | 1 + .profile.d/ps1.bashrc | 1 + .profile.d/ssh.bashrc | 1 + .profile.d/variables.bashrc | 1 + .vimrc | 1 + 10 files changed, 10 insertions(+) diff --git a/.bash_profile b/.bash_profile index bffd784..35cd3b8 100755 --- a/.bash_profile +++ b/.bash_profile @@ -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 --- a/.bashrc +++ b/.bashrc @@ -1,2 +1,3 @@ +# $Id$ . /etc/profile . ~/.bash_profile diff --git a/.inputrc b/.inputrc index 3d8708c..dd5ed22 100755 --- a/.inputrc +++ b/.inputrc @@ -1,3 +1,4 @@ +# $Id$ set editing-mode vi set meta-flag on set input-meta on diff --git a/.profile.d/aliases.bashrc b/.profile.d/aliases.bashrc index f42a02e..c1738f6 100644 --- a/.profile.d/aliases.bashrc +++ b/.profile.d/aliases.bashrc @@ -1,3 +1,4 @@ +# $Id$ alias l='ls' alias ls='/bin/ls $LS_OPTIONS' alias vim='vim +syn\ on' diff --git a/.profile.d/bash3.bashrc b/.profile.d/bash3.bashrc index 19d7f1c..800bb26 100644 --- a/.profile.d/bash3.bashrc +++ b/.profile.d/bash3.bashrc @@ -1,3 +1,4 @@ +# $Id$ #export HISTCONTROL=ignoredups export HISTTIMEFORMAT='[%Y-%m-%d %H:%M:%S] ' export HISTFILESIZE=3000 diff --git a/.profile.d/completion.bashrc b/.profile.d/completion.bashrc index 633c86c..ad072bf 100644 --- a/.profile.d/completion.bashrc +++ b/.profile.d/completion.bashrc @@ -1,3 +1,4 @@ +# $Id$ # Helper! export COMPLETION_DIR_SSH=~/.ssh/hosts export COMPLETION_DIR_TELNET=~/.telnet/hosts diff --git a/.profile.d/ps1.bashrc b/.profile.d/ps1.bashrc index f5fcb6a..6f81794 100644 --- a/.profile.d/ps1.bashrc +++ b/.profile.d/ps1.bashrc @@ -1,3 +1,4 @@ +# $Id$ # VERSION 1.2 (2001-10-31) # # coloured prompts for bash diff --git a/.profile.d/ssh.bashrc b/.profile.d/ssh.bashrc index 9aac92c..b82a987 100644 --- a/.profile.d/ssh.bashrc +++ b/.profile.d/ssh.bashrc @@ -1,3 +1,4 @@ +# $Id$ if [ ! -z "$SSH_CLIENT" ]; then # Set display if we aren't already forwarding X11 if [ "$DISPLAY" = "" ]; then diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 6e1133d..9ac41f8 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -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 --- a/.vimrc +++ b/.vimrc @@ -1,3 +1,4 @@ +" $Id$ se ts=2 se bs=2 se sw=2 -- 2.7.4