-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allow Username with spaces #1031
Comments
The \ character I had to manually add in my bashrc |
@aadi123 if you import with |
@JanDeDobbeleer Doing that still does not work, there are other places where it needs to be added as well. |
@aadi123 it's because we fetch the actual path, then replace and it's there that it's not escaped. Which is solvable at that moment. I'll try a workaround tomorrow. |
What about the config file? I am unable to use my windows config file for the same reason, is that my username has a space in it @JanDeDobbeleer . For example, i specify |
@aadi123 the config should be solvable by adding the correct path (with |
@JanDeDobbeleer What's the ETA for the config file fix? Should be a fairly simple change? |
@aadi123 I have to admit, that sentence made me more than a little annoyed. First of all, never assume the time it takes to actually fix something. Secondly, we're not in a client/provider relationship here so you're nowhere near in a position to expect any ETA's. I know it might not have been the intent, but be mindful of how you talk to people going the extra mile daily to offer things you take for granted. That said: #1038 |
@JanDeDobbeleer I'm sorry, that was not the intent of the message. I appreciate all the hard work you've been putting into this project. |
@aadi123 thanks. Some days are more challenging for OSS maintainers than others, and this weekend for sure was like that. Can you let me know if the latest change resolves the issue? I did a full manual validation and that seemed like the only way to get it to work consistently. |
Yup latest change fixes the issue! |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. |
Code of Conduct
What happened?
A bug happened!
When I try to use Oh-my-posh-wsl, the theme does not work. That is because my windows username has a space, and it does not escape the space when evaluating the bash command.
Ex: Windows username: Aaditya Murthy should be Aaditya\ Murthy in the bash script.
Version
5.7.2
Theme
jandedobbeleer.omp.json
What OS are you seeing the problem on?
Windows
Which shell are you using?
bash
Relevant log output
The text was updated successfully, but these errors were encountered: