summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
commit39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch)
treef8d3b7a16fca4aa0cecf86f06181f8be84274f38 /docs
parent[zsh] replace bash with zsh. (diff)
downloademacs.d-39548f2301ef4faf6cf19f4a6f379f183c6e2fc5.tar.gz
[zsh] clean up zsh config.
Keep as few files as possible, and document the order this files are
loaded in OS X.
Diffstat (limited to 'docs')
-rw-r--r--docs/zsh.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/zsh.org b/docs/zsh.org
index 1f4afb7..5a34193 100644
--- a/docs/zsh.org
+++ b/docs/zsh.org
@@ -11,8 +11,11 @@ The configuration files are loaded in that order:
 + $HOME/.zprofile
 + /etc/zshrc
 + $HOME/.zshrc
-+ /etc/zlogin (if logging shell)
-+ $HOME/.zlogin (if logging shell)
++ /etc/zlogin (if login shell)
++ $HOME/.zlogin (if login shell)
 
 ** Tips
 /etc/zshenv is run for all instances of zsh, it is important that it be kept as small  as possible.
+
+** On OS X
+On OS X, terminal emulators are starting every shell as a login shells (since OS X doesn't source the profile).