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/.kshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd/conf/skel/.kshrc b/openbsd/conf/skel/.kshrc
new file mode 100644
index 0000000..9c83cd7
--- /dev/null
+++ b/openbsd/conf/skel/.kshrc
@@ -0,0 +1,5 @@
+# Git log
+alias glog='git log --stat --decorate'; export glog
+alias gloga='git log --graph --abbrev-commit --decorate --date=relative --all'; export gloga
+
+