Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mintty/wsltty
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Jan 25, 2018
2 parents 4c7eb01 + 0fd1dd9 commit 2fb7d02
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@ Note:
If you define `HOME` at Windows level, this changes accordingly.
Note, however, that the WSL `HOME` is a completely different setting.

#### Shell selection ####
#### Shell selection and Login shell ####

The WSLtty deployment does not impose a shell preference anymore.
However, the intermediate gateways (`wslbridge` and its backend and the `bash.exe` Windows launcher)
are also involved. To invoke your favourite shell, you may append
a shell pathname to the mintty invocation (in shortcuts, scripts, or context menu entries),
or handle shell replacement within the WSL startup scripts (esp. `.profile`).
are also involved.

To invoke your favourite shell or launch the shell in login mode,
you may append a shell pathname and an optional `-l` parameter
to the mintty invocation (in shortcuts, scripts, or context menu entries):
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l`

### Components and Credits ###

Expand Down

0 comments on commit 2fb7d02

Please sign in to comment.