-
relevant home manager section:
```
fish.interactiveShellInit = {
fish_vi_key_bindings
sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }}
};
```
Removing ` sh ${ni…
-
## issue
each zsh subshell caches path lookups.
Here's a variant of a problem that comes from this.
If you already have some command globally (ex: `go` from the `gimme` version manager)
+ you ar…
-
### Describe the bug
when trying to launch minetest with mangohud, i get a library error
### Steps To Reproduce
Steps to reproduce the behavior:
1. install minetest and mangohud
2. run `mangoh…
-
While fish avoids forking/execing, having subshell like functionality would still be very nice.
In bash/zsh:
pwd; (cd ; ; pwd;); pwd
should be in the first dir, change and do stuff, then show that …
-
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
-
Hi,
Do you think it will be possible in a near future to have have blocks using shell scripts (bash, zsh, fish...) or the Julia language ?
Thank you
-
Exactly same as #124: just an anchor for the possible future work on the completion for the fish shell.
-
# Hastebin
Having Fun with Technology
[https://christitus.com/hastebin/](https://christitus.com/hastebin/)
-
### 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 …
-
#### Describe the bug
Trying to install tide breaks fish terminal. To repair I have to delete `~/.config/fish`.
```
mpradyumna@pop-os ~> curl -sL https://raw.githubusercontent.com/jorgebucara…