-
### Current Behavior
Every time I open a new terminal after installing starship, it's show
```bash
[WARN] - (starship::config): Failed to load config value: Error in 'OS' at 'symbols': unknown va…
-
- Category
- [x] Completion
- OS
- [x] Linux
- Shell
- [x] bash
I have standard bash completions installed (https://github.com/scop/bash-completion) and it includes a way to comp…
-
When running `batman` there is no completion upon tab tapping. Is there a way to "link" man autocompletion with batman?
-
-
This line in .bashrc_once causes new shells to hang.
``` bash
if [ -x /usr/local/bin/brew ]; then
export PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH"
if [ -f `brew --prefix`/etc/bash_co…
-
31_ssh.sh
* [TODO](https://github.com/sinewalker/dotfiles/blob/master/source/31_ssh.sh#L11): regex for IP address
* [TODO](https://github.com/sinewalker/dotfiles/blob/master/source/31_ssh.sh#L26…
-
### What did you expect to happen?
Atuin integration with Bash/Zsh did not slow down the shell.
I expected the same with Nushell.
### What happened?
There is a noticeable delay after the invoked c…
-
**Describe the bug**
After using `nix shell` after `nix develop` the shell prompt gets mangled and keys no longer function as expected (eg. can't browse history with arrow keys, or use completion w…
-
I am wondering if it is possible to change the autocomplete keybind. I use zsh-autocomplete which also uses TAB for autocomplete so I am guessing the two are conflicting. If I could change the keybind…
-
I have a lot of `command.run` actions which set up shell completion, eg running `just --completions bash > ~/.completion.d/just`
This is possible with `command.run`, but it's a bit messy.
```
comma…