From 7b4c01e9470bdf066aaafcfc911b8aa927d1b690 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Mar 2016 13:28:44 -0800 Subject: [zsh] replace bash with zsh. Add configuration files, delete bash config files, and update documentation. Closes #22 #19 --- docs/zsh.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/zsh.org (limited to 'docs/zsh.org') 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. -- cgit v1.2.3