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/bash.org | 4 ---- docs/zsh.org | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 docs/bash.org create mode 100644 docs/zsh.org (limited to 'docs') 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. -- cgit 1.4.1