Skip to content

Commit

Permalink
Quoted the env-var for setx PROMPT (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBBle authored Mar 8, 2022
1 parent 371d016 commit 5319bb4
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 @@ -45,7 +45,7 @@ This will append `$e]9;9;$P$e\` to your current prompt. When cmd evaluates this
Note that the above command will only work for the current `cmd.exe` session. To set the value permanently, AFTER running the above command, you'll want to run

```cmd
setx PROMPT %PROMPT%
setx PROMPT "%PROMPT%"
```

#### PowerShell: `powershell.exe` or `pwsh.exe`
Expand Down

0 comments on commit 5319bb4

Please sign in to comment.