View .zshrc
This file contains 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
# I don't like super short aliases that git offers by default. | |
# For example gaa for -git add .- or gc for checkout or commit | |
# These aliases seem to me more natural, easier to remember as they mostly named as the operation intended | |
# Some of these aliases can be used easier with a text editor set to Git. | |
# Here is how to do it: https://docs.github.com/en/get-started/getting-started-with-git/associating-text-editors-with-git | |
# I also recommend using .zsh with ohmyzsh extension with autosuggestions and autocomplete plugins. It will make typing these aliases much faster. | |
# Here is how: https://techviewleo.com/how-to-install-zsh-and-oh-my-zsh-on-macos-big-sur/ | |
# You can copy-paste the entire text to .zshrc and it will work as intended. | |
# My OhMyZsh Plugins: |