Files
env-shared/.rc_shared

11 lines
225 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"
alias send-master="send_master.sh"
echo "Shared RC Config - Complete!"