#!/bin/env fish
begin
    set -l dir (status dirname)
    source "$dir/../../Scripts/profile-base.fish"

    function installFishProfile -a name title
        addProfileStatement "$name" "$title" "/bin/env fish" fish /etc/fish/conf.d $argv[3..]
    end
end