mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
e38b220e1e
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 03833fda7b
.
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
|