generated from me/template-mit
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
# Notes:
|
|
# - Please keep this file working for both BASH and ZSH. :)
|
|
|
|
echo "Shared RC Config - Loading..."
|
|
|
|
set PATH="$PATH:~/bin-shared:~/.bin-shared"
|
|
|
|
echo "Shared RC Config - Complete!"
|