This is my personal Bash Aliases that I use on my mac.
- Install oh my zsh if you have not yet (note: these commands can work with pure bash as well)
- Download this repo to your directory of choice
- Add this to your
./zshrc
file:
if [ -f ~/Code/bash-configs/zshalias ]; then
source ~/Code/bash-configs/zshalias
else
print "404: ~/Code/bash-configs/zshalias not found."
fi
- You can readload your terminal with these new aliases with the following:
source ~/.zshrc
- When adding new custom commands, you can run the
bash_checker.py
program to check for syntax errors etc
- https://github.com/nibalizer/bash-tricks for github shortcuts
- https://jonsuh.com/blog/git-command-line-shortcuts/ for alias suggestions
- https://github.com/ChaosExAnima/Bash-Settings for custom bash option