From 260ca7a284c188b8ad6adb2522f7b05dc32c7a7d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Mar 2016 09:21:32 -0800 Subject: [zsh] Add configuration for zsh Basic configuration to start with zsh. Closes #18. --- zshenv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 zshenv (limited to 'zshenv') diff --git a/zshenv b/zshenv new file mode 100644 index 0000000..f387203 --- /dev/null +++ b/zshenv @@ -0,0 +1,7 @@ +source ~/.env + +# enable auto completion - This is stupid, this should be in .zshrc +autoload -U compinit +compinit -C + +source ~/.bash_local -- cgit 1.4.1