From 519d50d9c8e24695bf54525d2f87105f918f37f4 Mon Sep 17 00:00:00 2001 From: Osemudiamhen Ughu <76438025+oseughu@users.noreply.github.com> Date: Thu, 6 Oct 2022 22:36:04 +0100 Subject: [PATCH] Edit: Typo in Line 143 in `PROMPT_COMMAND` (#568) --- TerminalDocs/tutorials/new-tab-same-directory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TerminalDocs/tutorials/new-tab-same-directory.md b/TerminalDocs/tutorials/new-tab-same-directory.md index 71029720..c0525b45 100644 --- a/TerminalDocs/tutorials/new-tab-same-directory.md +++ b/TerminalDocs/tutorials/new-tab-same-directory.md @@ -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: