leo-arch
leo-arch
**UPDATE 2** There's still one thing that needs to be figured out: when running on a regular shell, `zoxide` keeps track of the last added directory to prevent adding it...
**UPDATE 3** To avoid adding the current directory once and again, replace the above promptcmd line ```sh promptcmd zoxide add -- "$PWD" ``` by this one: ```sh promptcmd [ "$(cat...
Thanks for you feedback @knodalyte! As to the `;` command, it will run whatever is in your **PATH**, preventing **clifm** from making built-in expansions. But shell functions, as far as...
Btw, which are exactly those parts that don't work? Are you referring to autosuggestions and TAB completion, or is it something else?
Hi @ErinVoid. Edit Lira's config file (via `mm edit`) and add this line under the `Video and audio` section (delete/comment out the old line or place the new one on...
Tried with both sakura (3.8.7, AUR) and st (0.8.2) and they both work fine. Have you tried with another terminal, say xterm? > opens some random file from another folder...
But the thing is still not working, isn't it? Could you provide more context info (OS, DE/WM, term, shell, clifm version)? I need to reproduce the issue.
Hey @ErinVoid! I'll try to reproduce the issue, but it is good to know that it seems to be a Sakura bug. However, maybe we can think of some workaround....
Issue reproduced, and yes, the `-e` option seems to be broken in Sakura since a long time (see [this post](https://unix.stackexchange.com/questions/97219/e-option-with-various-terminal-emulators)). So, if there's nothing else to add regarding our original...
What do you mean exactly? Isn't this request already fulfilled by my first comment? True, once an app is spawned in a different window (detached), the focus will change to...