]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
cvsrc: Add.
authorSimon Ruderich <simon@ruderich.org>
Tue, 30 Aug 2011 16:57:05 +0000 (18:57 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 30 Aug 2011 16:57:05 +0000 (18:57 +0200)
cvsrc [new file with mode: 0644]
setup.sh

diff --git a/cvsrc b/cvsrc
new file mode 100644 (file)
index 0000000..d0e281c
--- /dev/null
+++ b/cvsrc
@@ -0,0 +1,9 @@
+# CVS configuration file.
+
+
+# Don't display all checked directories.
+cvs -q
+# Use unified diffs.
+diff -u
+
+# vim: ft=cvsrc
index 09c2fa6fcc88bd13af03ba1d26479dba2af78ac2..94f4535370b3deabe3b5a525048d0feba90ba9c7 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -18,3 +18,7 @@ if installed hg; then
     generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os`
     link hgrc ~/.hgrc
 fi
+
+if installed cvs; then
+    link cvsrc ~/.cvsrc
+fi