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
#!/usr/bin/env -S fish --no-config
......................
-S allows to pass options/args to command, without -S everything after env is considered as command-name with spaces, and leads to 'fish --no-config' not found in PATH.
Description
#!/usr/bin/env -S fish --no-config ......................-S allows to pass options/args to command, without -S everything after env is considered as command-name with spaces, and leads to 'fish --no-config' not found in PATH.