$ git -h
# global config
$ git config --global -l
# local config
$ git config -l
$ code ~/.zshrc
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
$ code ~/.oh-my-zsh
Oh My Zsh
A delightful community-driven framework for managing your zsh configuration.
https://github.com/ohmyzsh/ohmyzsh/