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
Recently, Arch Linux made a change where /bin and /sbin are now symlinked to /usr/bin. As a result, only /usr/bin is added to the PATH. fish then sees this PATH, freaks out that it doesn't have /bin, and adds /bin to the end, which is kind of odd.
Recently, Arch Linux made a change where /bin and /sbin are now symlinked to /usr/bin. As a result, only /usr/bin is added to the PATH. fish then sees this PATH, freaks out that it doesn't have /bin, and adds /bin to the end, which is kind of odd.