New shell command does not work with fish it looks like #1298

Closed
opened 2026-02-16 17:30:20 -05:00 by yindo · 5 comments
Owner

Originally created by @berenddeboer on GitHub (Aug 13, 2025).

Originally assigned to: @rekram1-node on GitHub.

Or it could be my fault. I get this:

Shell

$ echo hello
fish: Unknown command: -l
fish:
-l
^^

Whatever I type in. Not sure what this -l is yet.

Originally created by @berenddeboer on GitHub (Aug 13, 2025). Originally assigned to: @rekram1-node on GitHub. Or it could be my fault. I get this: ``` Shell $ echo hello fish: Unknown command: -l fish: -l ^^ ``` Whatever I type in. Not sure what this `-l` is yet.
yindo closed this issue 2026-02-16 17:30:20 -05:00
Author
Owner

@berenddeboer commented on GitHub (Aug 13, 2025):

LOL, fixed in #1911 already it seems.

@berenddeboer commented on GitHub (Aug 13, 2025): LOL, fixed in #1911 already it seems.
Author
Owner

@rekram1-node commented on GitHub (Aug 13, 2025):

yessir, should be fixed in next release

@rekram1-node commented on GitHub (Aug 13, 2025): yessir, should be fixed in next release
Author
Owner

@berenddeboer commented on GitHub (Aug 14, 2025):

@rekram1-node actually not, or another release is coming? I'm on 0.5.1, and I now get:

$ ls
fish: Unknown command: '[[ -f ~/.zshrc ]]'
fish:
     [[ -f ~/.zshrc ]] && source ~/.zshrc >/dev/null 2>&1 || true
     ^~~~~~~~~~~~~~~~^
fish: Unknown command: '[[ -f ~/.bashrc ]]'
fish:
     [[ -f ~/.bashrc ]] && source ~/.bashrc >/dev/null 2>&1 || true
     ^~~~~~~~~~~~~~~~~^
composer.json
composer.lock
@berenddeboer commented on GitHub (Aug 14, 2025): @rekram1-node actually not, or another release is coming? I'm on 0.5.1, and I now get: ``` $ ls fish: Unknown command: '[[ -f ~/.zshrc ]]' fish: [[ -f ~/.zshrc ]] && source ~/.zshrc >/dev/null 2>&1 || true ^~~~~~~~~~~~~~~~^ fish: Unknown command: '[[ -f ~/.bashrc ]]' fish: [[ -f ~/.bashrc ]] && source ~/.bashrc >/dev/null 2>&1 || true ^~~~~~~~~~~~~~~~~^ composer.json composer.lock ```
Author
Owner

@rekram1-node commented on GitHub (Aug 14, 2025):

i noticed that my bad going to update it tonight

@rekram1-node commented on GitHub (Aug 14, 2025): i noticed that my bad going to update it tonight
Author
Owner

@rekram1-node commented on GitHub (Aug 14, 2025):

I dont use fish so I didnt test well enough

@rekram1-node commented on GitHub (Aug 14, 2025): I dont use fish so I didnt test well enough
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1298