this is a repo to hold all my commands one example use case is a list of aliases that I can import to new machines
curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content
bashrc
curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content >> ~/.bashrc && source ~/.bashrc
zshrc
curl -s https://raw.githubusercontent.com/matthew-hippocratic/commands/refs/heads/main/bash_rc_content >> ~/.zshrc && source ~/.zshrc