about summary refs log tree commit diff stats
path: root/openbsd/conf/skel/.kshrc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd/conf/skel/.kshrc')
-rw-r--r--openbsd/conf/skel/.kshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd/conf/skel/.kshrc b/openbsd/conf/skel/.kshrc
index 9c83cd7..7ce4d45 100644
--- a/openbsd/conf/skel/.kshrc
+++ b/openbsd/conf/skel/.kshrc
@@ -2,4 +2,5 @@
 alias glog='git log --stat --decorate'; export glog
 alias gloga='git log --graph --abbrev-commit --decorate --date=relative --all'; export gloga
 
-
+# When dealing with CVS in ports
+export CVSROOT="anoncvs@anoncvs.fr.openbsd.org:/cvs"