summaryrefslogblamecommitdiff
path: root/docs/zsh.org
blob: 1f4afb78d4da1e5c3537d18df6c133dd6970a16e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                                   
#+AUTHOR: Franck Cuny
#+TITLE: zsh documentation
#+STARTUP: indent
#+STARTUP: hidestars

The configuration files are loaded in that order:

+ /etc/zshenc
+ $HOME/.zshenv
+ /etc/zprofile
+ $HOME/.zprofile
+ /etc/zshrc
+ $HOME/.zshrc
+ /etc/zlogin (if logging shell)
+ $HOME/.zlogin (if logging shell)

** Tips
/etc/zshenv is run for all instances of zsh, it is important that it be kept as small  as possible.