about summary refs log tree commit diff stats
path: root/openbsd/conf/skel/.kshrc
blob: 7ce4d45fed4b0525de8c30e182f4b13db02c295a (plain) (blame)
1
2
3
4
5
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"