You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Enter feedback here]
I am new to wsl, and I want to open markdown file directly in my wsl, so I append
alias typora = '$myPathtToTypora/typora.exe'
in my .bashrc file.
But I find that as long as you open md file in wsl, you can't enter other shell commands cause that shell is blocked(I guess).
After I closed the md file, it is okay for me to enter commands again.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: e1281696-20d8-9bf7-5b7b-0a1d85a0190f
Version Independent ID: 760f023a-2f59-a18f-d69a-44331c72e30d
This is working as expected. If you run GUI applications in Linux from the command line (Like nautilus for example) in general they keep the file handle open in your Terminal Window.
If you'd like to change it, I'd recommend changing your alias to be: alias typora = '$myPathToTypora/typora.exe &'
This will make it run in the background and free up your shell for you :)
[Enter feedback here]
I am new to wsl, and I want to open markdown file directly in my wsl, so I append
in my .bashrc file.
But I find that as long as you open md file in wsl, you can't enter other shell commands cause that shell is blocked(I guess).
After I closed the md file, it is okay for me to enter commands again.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: