1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-01-18 12:05:47 +00:00

mention login parameter "-" explicitly (#191)

This commit is contained in:
mintty 2019-10-02 16:12:42 +02:00
parent 08adea1fb4
commit c439d4fbdc

View File

@ -188,6 +188,9 @@ 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`
To just request login mode, a single `-` parameter also works:
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" -`
---
### Components and Credits ###