Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions TerminalDocs/tutorials/new-tab-same-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ function Invoke-Starship-PreCommand {

Windows Subsystem for Linux distributions primarily use BASH as the command line shell.

#### Prerequisites

Make sure your `commandline` setting is targeting the `wsl.exe -d <distro>` file, not the `<distro>.exe` file.
For example, use `C:\\WINDOWS\\system32\\wsl.exe -d Ubuntu-24.04` instead of `Ubuntu2404.exe`.

#### `bash`

Add the following line to the end of your `.bash_profile` config file:
Expand Down