Skip to content
Corentin Hervaud edited this page Jul 5, 2023 · 5 revisions

ZSH

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.

Files and folders

Other configurations

.zsh_profile

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.
Clone this wiki locally