function perldoc { # XXX bash specific if type cpandoc >/dev/null 2>&1; then cpandoc "$@" else command perldoc "$@" fi } function cdu { cd "$(git root)" || return } # vim:ft=sh: