Skip to content

Commit

Permalink
Allow for cd /D on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHandsome authored Sep 19, 2023
1 parent 595043f commit 0762460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/windows_cmd/cd.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
cd %1
cd %*
if "%FNM_VERSION_FILE_STRATEGY%" == "recursive" (
fnm use --silent-if-unchanged
) else (
Expand Down

0 comments on commit 0762460

Please sign in to comment.