summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/bash.org4
-rw-r--r--docs/zsh.org18
2 files changed, 18 insertions, 4 deletions
diff --git a/docs/bash.org b/docs/bash.org
deleted file mode 100644
index 2e2154a..0000000
--- a/docs/bash.org
+++ /dev/null
@@ -1,4 +0,0 @@
-#+AUTHOR: Franck Cuny
-#+TITLE: bash documentation
-#+STARTUP: indent
-#+STARTUP: hidestars
diff --git a/docs/zsh.org b/docs/zsh.org
new file mode 100644
index 0000000..1f4afb7
--- /dev/null
+++ b/docs/zsh.org
@@ -0,0 +1,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.