-
Notifications
You must be signed in to change notification settings - Fork 230
How to add other shells
- Got to Edit -> Settings
- Click the Tabs label in the tree on the left
- Use the settings from below
Icon: C:\cygwin64\Cygwin.ico
Shell: C:\cygwin64\bin\bash.exe --login -i -c 'cd /cygdrive/c/Users/MyUser; exec bash'
or
Icon: C:\cygwin\Cygwin.ico
Shell: C:\cygwin\bin\bash.exe --login -i -c 'cd /cygdrive/c/Users/MyUser; exec bash'
Note that the startup directory setting has no effect on this shell, you need to change the cd in the shell command.
Icon: C:\Program Files\Docker Toolbox\docker-quickstart-terminal.ico
Shell: "C:\Program Files\Git\bin\bash.exe" --login -i -c "cd \"/c/Program Files/Docker Toolbox/\";sh ./start.sh"
Note that the startup directory setting has no effect on this shell, you need to change the cd in the shell command.
Icon: C:\Program Files\Git\git-bash.exe
Shell: "C:\Program Files\Git\bin\bash.exe" --login -i
Icon: Use shell icon
Shell: "C:\Program Files\Git\git-cmd.exe"
Icon: C:\msys64\mingw32.exe
Shell: C:\msys64\usr\bin\bash.exe --login -i -c 'MSYSTEM=MINGW32 exec bash'
Icon: C:\msys64\mingw64.exe
Shell: C:\msys64\usr\bin\bash.exe --login -i -c 'MSYSTEM=MINGW64 exec bash'
Icon: C:\msys64\msys2.exe
Shell: C:\msys64\usr\bin\bash.exe --login -i -c 'MSYSTEM=MSYS exec bash'
Icon: Use shell icon
Shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
Icon: Use shell icon
Shell: C:\Program Files\PowerShell\6.0.2\pwsh.exe