mintty / wsltty

Mintty as a terminal for Bash on Ubuntu on Windows / WSL
Other
3.11k stars 104 forks source link

Extraneous % in shortcuts #325

Closed rasa closed 1 year ago

rasa commented 1 year ago

After installing https://github.com/mintty/wsltty/releases/download/3.6.1.2/wsltty-3.6.1.2-x86_64-install-quiet.exe via winget:

2023-01-26_18-23-16-chrome-minttywsltty_Mintty_as_a_terminal_for_Bash_on_Ubun
mintty commented 1 year ago

The % sign is there explicitly and on purpose to indicate that this version of the shortcut starts the terminal in the Windows home directory (%USERPROFILE%), as opposed to the other set of shortcuts which start in the WSL home directory. The "%" variants should actually only be installed in the Start Menu subfolder WSLtty, to be checked. The "%" refers to the naming scheme of Windows environment variables, maybe not the best choice...