I have installed console2 and git bash,
my goal is to make git bash working with tabs ,
I have changed the target path on console setting to
"C:\Program Files (x86)\Git\bin\sh.exe" --login -i
.
When I open console it doesn't give me option for tabs anymore.
相关问题
- Windows 10 Gradle: JAVA_HOME is set to an invalid
- Use “perl6” command with Git Bash on windows
- Creating a progress bar for BASH script exporting
- Python script runs in PyCharm but not Git Bash
- No progress feedback from NPM commands in Git Bash
相关文章
- Can not use command telnet in git bash
- How to set upstream branch in git-svn?
- /bin/env: python: No such file or directory (Windo
- Set SSH Identities In Bashrc
- crontab command not found in my git-bash for windo
- Git commits for each push
- How to get success count, failure count and failur
- Why does visual studio exclude BIN and OBJ folders
UPDATE
Powershell
Console2 works with powershell. Go to Edit => Settings => Tabs => Add tab => Set Shell to :
%SystemRoot%\syswow64\WindowsPowerShell\v1.0\powershell.exe
and set Title to "Powershell". After installing git bash, powershell should work without further configuration.ConEmu
I found ConEmu's setup window difficult to work with. I gave up on setting a default directory. I use this setup:
Be careful about clicking buttons in ConEmu. It will overwrite whatever you put in command and the buttons add boilerplate code that does not seem to work whatsoever with Git shell.
ConEmu works perfect, thanks for the pre answers.
I download the newest version, seems the support Git Bash and Cygwin originally. BTW, The shortcut to create a new tab is Win+W, the swith tab shortcut is Ctrl+Tab and Shift+Ctrl+Tab
All the answers here mention ConEmu, but recently I've discovered about Cmder, which seems to do just what you wanted - It's based on ComEmu, but might be easier and more straight-forward for first use.
According to its GitHub page:
I've got this working with ConEmu instead.
http://sourceforge.net/projects/conemu/
You should change Shell. I think you changed Startup Directory.