/fish-pf

Primary LanguageShellMIT LicenseMIT

Build Status

fish-pf

provide functions to specify the running platform on fish shell.

Install

With fisherman

fisher nana4gonta/fish-pf

Usage

Use this with if statement.

if pf is-darwin
    # write config for Dawwin (macOS)
end

if pf is-linux
    # write config for Linux
end