This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Parent Developer Aliases Collection | |
# From: https://systemsmama.com/p/command-line-shortcuts-for-the-chronically | |
# | |
# Installation: | |
# 1. Download this file: curl -O https://gist.githubusercontent.com/meimakes/b0ca50e0738360922d891f1537c73591/raw/0e19dd96335471b86aa543ce14b35146a2a10326/parent-developer-aliases.sh | |
# 2. Backup your config: cp ~/.zshrc ~/.zshrc.backup | |
# 3. Source this file: echo "source ~/parent-developer-aliases.sh" >> ~/.zshrc | |
# 4. Reload: source ~/.zshrc |