mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-04 05:41:11 +08:00

As @GlitchMr commented, fish 2.1 has not been released yet and even then, the command . will only be deprecated, not removed. This reverts commit 03833fda7b89cd61bff13c0659969f805e215eeb.
5 lines
96 B
Fish
5 lines
96 B
Fish
### Main program
|
|
if test -d /usr/local/share/fry/fry.fish
|
|
. /usr/local/share/fry/fry.fish
|
|
end
|