-
-
Notifications
You must be signed in to change notification settings - Fork 0
ZSH
Corentin Hervaud edited this page Jul 5, 2023
·
5 revisions
Here you will find documentation about my ZSH configuration.
My ZSH configuration defines aliases, colors and other things.
My ZSH configuration uses OhMyZSH with plugins and the p10k theme.
One good thing to do is to create a local file called .zsh_profile
in your home directory.
This file could contain anything to add to your ZSH configuration, for example:
Aliases
Custom aliases that are specific to your machine.
alias mca="echo my custom alias && ls"
Env vars
Defines private environment variables that should not be shared or that are specific to your machine.
-
GITHUB_API_TOKEN
: Your Github token, this variable is used by the Github vim plugin.