Add RC file which sources the shared bin.

This commit is contained in:
2026-03-23 12:07:55 -07:00
parent 17a65f6ce0
commit 9bb80b51c4

8
.rc-shared Normal file
View File

@@ -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!"