oh-my-fish/plugins/fry/fry.load
Bruno Pinto e38b220e1e Revert "fish has renamed . to source"
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.
2013-10-18 14:15:47 -03:00

5 lines
96 B
Fish

### Main program
if test -d /usr/local/share/fry/fry.fish
. /usr/local/share/fry/fry.fish
end