Skip to content

Commit

Permalink
Edit: Typo in Line 143 in PROMPT_COMMAND (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
oseughu authored Oct 6, 2022
1 parent 0f4316a commit 519d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerminalDocs/tutorials/new-tab-same-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This function will be called whenever the current path is changed to confirm the
#### MINGW
For MINGW, Git Bash and Cygwin, you need to modify the `PROMT_COMMAND` for WSL: replace `wslpath` with `cygpath`.
For MINGW, Git Bash and Cygwin, you need to modify the `PROMPT_COMMAND` for WSL: replace `wslpath` with `cygpath`.
Add the following line to the end of your `.bashrc` file:
Expand Down

0 comments on commit 519d50d

Please sign in to comment.