summaryrefslogtreecommitdiff
path: root/fish/conf.d/foostore.fish
blob: 5c113f0dce46df502675c3c5a4ada667a66f4064 (plain)
1
2
3
4
5
6
7
set -l foostore_bin ~/go/bin/foostore

if test -x $foostore_bin
    $foostore_bin fish | source
else
    echo No $foostore_bin found
end