Commit Diff


commit - 125e80b814d7008855e62cbb081204803e8c7061
commit + df2b2484dd3a1152d1815c544fd1401c695e0a23
blob - bc8482b2cf5b7a3cc5cfd0a8c47f172673385355
blob + f452de08a00929a5fdefac76a096f09d19437b95
--- etc/mykshrc
+++ etc/mykshrc
@@ -1,3 +1,4 @@
+#!/bin/ksh
 case "$(command -v vim)" in
 */vim)		VIM=vim	;;
 *)		VIM=vi	;;
@@ -72,3 +73,4 @@ set -A complete_pass -- $(cd $HOME/.password-store && 
 alias pman='man -M /usr/local/share/doc/posix/man'
 alias papropos='apropos -M /usr/local/share/doc/posix/man'
 alias pwhatis='whatis -M /usr/local/share/doc/posix/man'
+alias gd='got di | bat -l patch'