mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-05 09:51:55 +08:00

Previously, 'set $path...' ran regardless of the result of 'and not contains...'. This fixes _append_path to actually use the result of the condition check.