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/.kshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsd/conf/skel/.kshrc b/openbsd/conf/skel/.kshrc
new file mode 100644
index 0000000..7ce4d45
--- /dev/null
+++ b/openbsd/conf/skel/.kshrc
@@ -0,0 +1,6 @@
+# Git log
+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"