-
```
➜ ~ fish
Welcome to fish, the friendly interactive shell
Type `help` for instructions on how to use fish
⋊> ~ omf.version …
-
Fish-shell doesn't seem to be directly supported.
I had to run `fish_add_path /home/oxinabox/.juliaup/bin/ ` after I installed to get it to work.
Where as for other shells it seems to automatical…
-
I am not sure if this feature is supported but looking through merged changes I am expecting that it would.
Currently I run zoxide with Fish on alacritty. It would be lovely if I could you tab to …
-
### Discord username (optional)
_No response_
### Describe the bug
Similar to https://github.com/warpdotdev/Warp/issues/1597 but on Linux. `alt + .` should iterate over previous arguments or in cas…
-
completions need to be invoked once before they can be replaced so that they are not autoloaded:
```fish
complete --do-complete 'chown ' > /dev/null
complete --erase -c 'chown'
complete -c 'chown'…
-
### Description:
I believe that `conf.d/00_fig_pre.fish` are `conf.d/00_fig_post.fish` should be improved.
```diff
--- a/.config/fish/conf.d/00_fig_pre.fish 2022-04-01 22:05:09.000000000 -0400
…
-
This is a follow up on https://github.com/click-contrib/click-completion/issues/6
I think the `-f` flag in the very end of https://github.com/click-contrib/click-completion/blob/master/click_comple…
-
### What is the issue?
I was trying to run `tailscale` from a custom launch agent (so that I update my copies of the SSL keys on each boot), but noticed that it always launched a separate instance …
-
I use `RemoteCommand` in my SSH config to become another user immediately after login with my user.
e.g. `RemoteCommand sudo su - `
And I have different users for different hosts.
With Warp…
-
### Question
Is there a way to set `$nu.home-path` on windows? It's seems to default to `%USERPROFILE%` (??), but I'd like to use a different directory. Setting the `HOME` environment variable didn…