summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
commit736fbdd8ac58846a907dbc25af516fb7e3ca5af4 (patch)
tree1e3d48bdbfacf4269af2b07fc35334c145127712 /docs
parent[emacs] Drop configuration for org-mode. (diff)
downloademacs.d-736fbdd8ac58846a907dbc25af516fb7e3ca5af4.tar.gz
[zsh] Remove configuration for zsh
Remove unused documentation and configuration since we're back to bash.
Diffstat (limited to 'docs')
-rw-r--r--docs/zsh.org21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/zsh.org b/docs/zsh.org
deleted file mode 100644
index 5a34193..0000000
--- a/docs/zsh.org
+++ /dev/null
@@ -1,21 +0,0 @@
-#+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 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).