From 1681886fd847344dae1f5cc4b776dcc8f728bb24 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 1 May 2021 16:03:54 -0700 Subject: [PATCH] Add doskey which=where. --- cmd_autoexec.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd_autoexec.bat b/cmd_autoexec.bat index 979395b..3b25d54 100644 --- a/cmd_autoexec.bat +++ b/cmd_autoexec.bat @@ -9,6 +9,7 @@ doskey .=cd. doskey ..=cd.. doskey ...=start. doskey \=cd\ +doskey which=where $* doskey gc=gitcheckup $* doskey gp=git push $* doskey gpa=git_push_all $*