generated from me/template-mit
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
# 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!"
|