Update gto.cmd

master
呓喵酱 4 years ago committed by GitHub
parent 1cf9571622
commit 111fee9592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      gto.cmd

@ -49,6 +49,7 @@ if %1==document (cd /D %userprofile%\Documents)
if %1==doc (cd /D %userprofile%\Documents)
if %1==.ssh (cd /D %userprofile%\.ssh)
if %1==~ (cd /D %userprofile%\)
if %1==home (cd /D %userprofile%\)
if %1==download (cd /D %userprofile%\Downloads)
if %1==appdata (cd /D %userprofile%\AppData\Roaming)

Loading…
Cancel
Save