-
String with a hyphen in parentheses passed to the test builtin causes an error.
This works:
``` fish
#!/usr/bin/env fish
set a -h
if test "$a" = "-h"
echo HIT
end
```
``` fish
#!/usr/bin/env f…
smidm updated
7 years ago
-
### Describe the bug
I have recently encountered an issue where the Table Footer sub-component renders with the background color inverted. This means that if I were to use the light mode, then it wou…
-
### Summary
Currently, you need to do something like the following to consistently get the `~` home directory in a cross-platform way:
```xml
$(HOME)
$(USERPROFILE)
```
It would …
-
#### Current Behavior
The `fish_style_pwd_dir_length` option doesn't take effect when substitution takes effect.
#### Expected Behavior
The pwd components should appear and shortened.
#### Add…
-
I ran a long-overdue `brew upgrade` on my system yesterday, and since `python@3.12 3.12.4 -> 3.12.7_1`, I knew I'd have to nuke my venvs (which is related to #1495 – since my venvs are in `~/venvs`, I…
-
### Issue
Currently, if my understanding is correct, direnv pipes all logging through stderr (&2), and uses stdout (&1) to set the environment, which feels odd at first, but allows for a very erg…
-
I encountered this problem using the helpful [vex](https://pypi.org/project/vex/) utility for Python virtualenvs. When run from vex, fish does not catch a CTRL-C keyboard interrupt, which then termina…
-
```
fish, version 3.6.0-141-g3dd8db281
3.6.0-141-g3dd8db281
```
This issue is not related to https://github.com/fish-shell/fish-shell/issues/95
I checked `find.fish`, the completion for `…
-
Do we need to call out the dependency on `bash`? For example, this doesn't work in `fish`:
```
$ statements=$(< src/statements.sql) && \
echo '{"ksql":"'$statements'", "streamsProperties":…
rmoff updated
5 years ago
-
### Discord username (optional)
_No response_
### Describe the bug
Installed Warp. Type a command like `ls` and there's no output. Full screen applications like `vim` work, but any interactive CLI …
4rc0s updated
8 months ago