From 9bb80b51c4115ce4dbfe7a42ea945a0b4020fe36 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 23 Mar 2026 12:07:55 -0700 Subject: [PATCH] Add RC file which sources the shared bin. --- .rc-shared | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .rc-shared diff --git a/.rc-shared b/.rc-shared new file mode 100644 index 0000000..ed716da --- /dev/null +++ b/.rc-shared @@ -0,0 +1,8 @@ +# Notes: +# Try and keep this file OK for both BASH and ZSH, preferring BASH if necessary. + +echo "Shared RC Config - Loading..." + +set PATH="$PATH:~/bin-shared:~/.bin-shared" + +echo "Shared RC Config - Complete!"