-
Umlauts in Timezones and %x/popen output on Windows Ruby
Umlauts in Timezones and %x/popen output on Windows Ruby need to be forced to WINDOWS_1252 and IBM437 respectively.
-
Windows vim-plug error
When trying to port my macOS .vimrc to Windows and attempting to set up vim-plug, I ran into the following error In searching, I found this issue on vim-plug’s GitHub repo: Error when I try to install plugins on Windows. The comment on setting shellslash made me look in my own .vimrc: Commenting that out […]
-
Windows command equivalent to which
What is the Windows command equivalent to which in unix/linux/macOS