Add doskey which=where.

This commit is contained in:
voussoir 2021-05-01 16:03:54 -07:00
parent c67d233e35
commit 1681886fd8
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -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 $*