pseyfert
pseyfert
I see i can't assign myself … @cherti if you can assign me that would be cool.
You should be able to configure that on a per-user or per-machine basis in `/etc/shellex` or `$HOME/.shellex`. By writing a ZLE widget that adds your prefix and add it to...
PS: thanks for raising the issue btw. PPS: similar to what I suggested in https://github.com/Merovius/shellex/issues/72, if you know you only need the prefix for one or two applications, you might...
I've looked around a bit. A place where you can edit the executed command line is `zle-line-finish`, so the function that we already have in `10-autoexec` (ie. similar to my...
What I use in production is aliases defined in [$HOME/.shellex/50-alias](https://github.com/pseyfert/shellex-customizations/blob/main/50-alias). Sadly you'd need to define them individually for every application that you intend to use. I was wondering if I...
Thanks for your report and suggestion. Configurable default geometry values seem reasonable to me, I should be able to put that in in the upcoming days (assuming I don't hit...
Sorry for the delay despite my promise to only take a few days. I just remembered that shellex inherits settings from rxvt and rxvt has a default geometry. Does adding...
Hi, since shellex just runs a `zsh`, and `fzf` lists `zsh` as supported shells, I claim `fzf` *should* just work out of the box in `shellex`. You'd only need to...
following what `fzf` does in the installation, I added ``` export PATH="$PATH:/home/pseyfert/coding/fzf/bin" source /home/pseyfert/coding/fzf/shell/key-bindings.zsh ``` to `~/.shellex/99-fzf`. `fzf` mostly works, the problem is that the resizing of `shellex` doesn't let...
I also had that first, do you have your equivalent of the line ``` export PATH="$PATH:/home/pseyfert/coding/fzf/bin" ``` right? Also, assuming you already have `fzf` installed for your regular shell, I...