-
I keep project-specific configuration (functions, aliases, environment variables, etc.) in a `.project` file in the root of the project directory, and have a Zsh hook that automatically sources it.
…
-
Shell completion, Completion definitions for Bash, Fish and Zsh
-
### Steps to reproduce
```sh
source $SPACK_ROOT/share/spack/setup-env.sh
spack config --scope=user edit config
```
Then add an entry
```yaml
aliases:
elp: env activate $home/git/libpre…
-
### Steps to reproduce
Open this `test.sh` file with `vim --clean`:
```bash
#! /bin/bash
ls [[:alpha:]]
# bad highlighting (like syntax error?)
```
See screenshot:
![image](https://g…
-
I created a script `/etc/profile.d/spack.sh` to auto load spack on starting a shell across all users. Some of my users use `zsh` as their default shell. I've noticed that users who use `zsh` are g…
-
This issue concerns pixi, but also the wider conda ecosystem.
I would like to come up with a mechanism to support shell completion files easily.
Shell completions are usually initialized by sourcing…
wolfv updated
9 hours ago
-
### Steps to reproduce
从vim-win32-installer安装的vim,然后在windows terminal中打开`MINGW64 zsh`或者是打开`cmd.exe/powershell`;命令
```
vim.exe main.c os_win32.c
```
提示消息为乱码;如果在上述命令前chcp 65001则`cmd.exe`和`mingw6…
-
### Problem
Tab-completion in [bash](https://www.gnu.org/software/gnuastro/manual/html_node/Bash-TAB-completion-tutorial.html) and zsh for `nargo` would be helpful so that typing partial commands lik…
-
Unfortunately that (`starship bug-report`) does not work in this case.
## Bug Report
Started seeing this yesterday.
Tried uninstalling & reinstalling and it started working again after uninst…
-
When completing a filename that includes an environment variable with the `FilesCompleter`, the forwarding to bash doesn't work.
### To reproduce
Test environment:
* Ubuntu 24.04
* Python 3.12…