summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
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).