mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 03:40:46 +08:00
![Bruno Pinto](/assets/img/avatar_default.png)
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
|