From 688f0d2c7ce4f19ae2336d56e5d6056adb88bebb Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 12 Oct 2024 15:19:50 -0500 Subject: [PATCH] setup tigris --- README.md | 4 ++++ src/.profile.d/tigris.sh | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/.profile.d/tigris.sh diff --git a/README.md b/README.md index 2435274..b712e61 100755 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ It is provided with the base macOS operating system. Equivalent aliases for `ope * [Windows (cmd.exe)](src/open.cmd) * [Windows (PowerShell)](src/profile.ps1) +# LICENSE + +BSD-2-Clause + # REQUIREMENTS * GNU or BSD [findutils](https://en.wikipedia.org/wiki/Find_(Unix))html) diff --git a/src/.profile.d/tigris.sh b/src/.profile.d/tigris.sh new file mode 100644 index 0000000..02ba11c --- /dev/null +++ b/src/.profile.d/tigris.sh @@ -0,0 +1,2 @@ +#!/bin/sh +export PATH="$PATH:$GOPATH/src/github.com/mcandre/tigris/bin"