-
From [this](https://discord.com/channels/876711213126520882/887787428973281300/994055273142566922) discord message.
After downloading Bun via the install script on macOS, upon opening a new termina…
-
This file:
~/.emacs.d/.local/straight/repos/emacs-libvterm/etc/emacs-vterm-zsh.sh
contains this offending line:
add-zsh-hook -Uz chpwd (){ print -Pn "\e]2;%m:%2~\a" }
This breaks this plugin:
…
-
### Describe the bug
Hi,
Svelte 4 supported the `strictEvents` attribute on the `` element:
```svelte
```
In Svelte 5, this is no longer supported. Thus, svelte-migrate should remove this…
-
### Describe the package
Purely a convenience thing - I've been using `zsh` for a long time, and I'd prefer to just have it in my OS image, as compared to stitching it in via `homebrew` or `rpm-ostre…
-
This is not quite working for me as I use zsh as my default editor. What I'm doing right now is if I'm looking for a host that is likely to be somewhere in my known_hosts files, I use regular `ssh` wi…
-
hey, not sure if i'm missing something -- it looks to me like the scripts are only built for zsh rather than bash in the .github folder. I replaced a few of the variables but I'm still getting errors …
-
After returning my Compass Mac, I have been using an older Mac that I started from a new image. This Mac doesn't have all the bells-and-whistles installed that the Compass Mac accrued over time.
Th…
-
zsh can't load dnf5 bash autocomplete causing it to use dnf4 autocomplete which causes problems specially with the remove command:
![image](https://github.com/user-attachments/assets/4a722f77-8afe-…
-
I've long had a [`setup`](https://github.com/kbd/setup/blob/main/HOME/bin/setup) program that makes symlinks to dotfiles, installs packages, etc. At some point I realized I could replace my code with …
-
### Intro
In this issue I will explain how to automatically provide your CLI app's shell completions to your users in a seamless way.
I've been recently investigating how shell completion works,…