From 9b3b1a89aaa896ac8cf5914f9a964900c7084bb5 Mon Sep 17 00:00:00 2001 From: mintty Date: Tue, 31 Jan 2017 12:51:03 +0100 Subject: [PATCH] new section "Shell selection" --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 526f500..f93bafd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Run the [installer](https://github.com/mintty/wsltty/releases) to install ### Configuration ### -#### Command line scripts wsl*.bat #### +#### Command line scripts `wsl*.bat` #### WSLtty installs the following scripts in its application folder `%LOCALAPPDATA%\wsltty`: * `wsl.bat` to start a WSL bash in the current folder/directory @@ -49,6 +49,12 @@ Note that the `%APPDATA%\mintty\config` option provides the possibility to maintain common mintty settings for various installations (like wsltty, Cygwin, MinGW/msys, Git for Windows, MinEd for Windows). +#### Shell selection #### + +To invoke your favourite shell, simply replace `/bin/bash` with its pathname +in the Desktop shortcuts, `wsl*.bat` invocation scripts, +or Explorer context menu commands (configured in `config-context-menu.bat`). + ### Components ### For mintty, see the [Mintty homepage](http://mintty.github.io/),