mirror of
https://github.com/mintty/wsltty.git
synced 2025-11-14 22:05:58 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
beed642144 | ||
|
|
a3c32980e7 | ||
|
|
e6ce36e2bd |
@@ -78,7 +78,7 @@ Mintty can maintain its configuration file in various locations,
|
||||
with the following precedence:
|
||||
* file given with mintty option `-c` (not used by wsltty default installation)
|
||||
* file `config` in directory given with mintty option `--configdir`
|
||||
* This is `%APPDATA%\mintty\config` in the default wsltty installation.
|
||||
* This is `%APPDATA%\wsltty\config` in the default wsltty installation.
|
||||
* `%HOME%\.minttyrc` (usage deprecated with wsltty)
|
||||
* `%HOME%\.config\mintty\config` (usage deprecated with wsltty)
|
||||
* `%APPDATA%\mintty\config`
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -105,5 +105,8 @@ mkdir "%configdir%\lang"
|
||||
mkdir "%configdir%\sounds"
|
||||
mkdir "%configdir%\themes"
|
||||
|
||||
rem create config file if it does not yet exist
|
||||
if not exist "%configdir%\config" echo # To use common configuration in %%APPDATA%%\mintty, simply remove this file>"%configdir%\config"
|
||||
|
||||
|
||||
:end
|
||||
|
||||
Reference in New Issue
Block a user