You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an export contains bash command substitution $( ... ), it won't work in fish. This is similar to #4. Is it possible to fix #4 and this issue? It seems like it would be straightforward regex. I'm not a fish expert though.
If an
exportcontains bash command substitution$( ... ), it won't work in fish. This is similar to #4. Is it possible to fix #4 and this issue? It seems like it would be straightforward regex. I'm not a fish expert though.