mskyaxl / wsl-terminal

Terminal emulator for Windows Subsystem for Linux (WSL)
MIT License
3.12k stars 159 forks source link

wsl-terminal will read and apply Git Bash's .minttyrc #76

Closed chenjuntong closed 6 years ago

chenjuntong commented 6 years ago

Normally, wsl-terminal should only read and apply its own configuration, mainly /etc/minttyrc. I have installed Git Bash too, which apply its own configuration in path/.minttyrc. However, I found that when I modify Git Bash's .minttyrc, it acts on wsl-termianl too! I hope these two mintty can use their own configuration. Is it possible? Thank you in advance.😄

goreliu commented 6 years ago

What's the path of Git Bash's .minttyrc?

Mintty reads /etc/minttyrc, $APPDATA/mintty/config, ~/.config/mintty/config, ~/.minttyrc, in this order.(https://github.com/mintty/mintty/wiki/Tips)