Closed polprog closed 2 years ago
How is Yori being launched in this scenario?
Normally Yori keeps the current directory of the parent process. When launched from Explorer, the starting directory is specified in the shortcut properties. For the shortcut in the start menu, this could be changed with scut -modify ~Programs\Yori.lnk -workingdir c:\
.
Ah, this is probably it. It's launched from the start menu, I will test if changing that works
I really like Yori and I've switched to it on all my Windows machines. It gives me a very unix like experience to which im used to. However Yori starts in
C:\Windows\System32
as the default working directory. I usually want to operate on files in my user profile directory (C:\Users\foo..
). Typingcd ~
takes a while especially since on some layouts the tilde is used as Alt-Gr and to get an actual tilde one needs to press the key combo twice.I propose a couple ways to solve this:
cd
doescd ~
%userprofile%
by defaultWhat do you think?