mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
8 lines
207 B
Fish
8 lines
207 B
Fish
|
set -l fish_tank /usr/local/share/fish-tank/tank.fish
|
||
|
if not test -e $fish_tank
|
||
|
echo 'error: fish-tank is required to run these tests (https://github.com/terlar/fish-tank)'
|
||
|
exit 1
|
||
|
end
|
||
|
|
||
|
source $fish_tank
|