hi,<br>i have a silly problem. my default shell, – the one i set with chsh and in konsole – is /bin/zsh.<br>my “~/.profile” as well as my “~/.zshrc” prepend “/home/myname/bin:” to my path. the .zshrc manually, and the .profile via:<br>
<br> if [ -d &quot;$HOME/bin&quot; ] ; then<br><div style="margin-left: 40px;">PATH=&quot;$HOME/bin:$PATH&quot;<br></div>fi<br><br>yet krunner fails to realize that. i have to type ../bin/commandname* to run commands living in my bin directory.<br>
<br>can anybody tell me how to change that?<br><br>*that’s <a href="https://bugs.kde.org/show_bug.cgi?id=183534">another silly bug</a>: krunner is run in ~/Documents. i don’t know how much windows overdose caused this behavior in the responsible dev :)<br>