question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

When I try to launch into my FiSH shell I get the following error:

$ cd "<path>" && clear                     
$ fish: Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.

$ echo $SHELL                                                                                                                       
$ /usr/local/bin/fish

So I’m thinking maybe it’s not picking up FiSH ?

Might be related to #38 #40 #66 #84

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
twolfsoncommented, Sep 25, 2018

Did the export $SHELL override work? If it didn’t, then it likely can only be resolved by chsh =/

Another workaround would be to copy/paste the iTerm2-v3.sh, modify it to only work for FiSH, and point to that

1reaction
twolfsoncommented, Sep 25, 2018

Glad that we found a workaround =)

With respect to the #!, the script is entirely in bash so it makes sense that it would fail. It’s the initial command of the launched terminal that we’re changing, not the .sh script itself

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't cd to / · Issue #5250 · fish-shell/fish-shell - GitHub
If I try to cd to / , I just get an error message ( cd: Permission denied: '/' ). It doesn't matter...
Read more >
'/Users/x/Downloads/' is a rotten symlink" in Fish shell
Today I logged onto my machine and tried to cd ~/Downloads , but my shell (Fish) just returns the error cd: '/Users/x/Downloads/' is...
Read more >
Susumu Hirasawa – Error CD (1990, CD) - Discogs
View credits, reviews, tracks and shop for the 1990 CD release of "Error CD" on Discogs.
Read more >
How do I uninstall fish?
Why does cd, pwd and other fish commands always resolve symlinked directories to their canonical path? I accidentally entered a directory path and...
Read more >
Error CD - Susumu Hirasawa - ‎Apple Music
Listen to Error CD by Susumu Hirasawa on Apple Music. Stream songs including "FGG (Live At Shibuya Koukaido ... Fish Song (Live At...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found