diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-03-09 09:21:32 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-09 09:21:59 -0800 |
commit | 260ca7a284c188b8ad6adb2522f7b05dc32c7a7d (patch) | |
tree | 4bc5c5dc2aa73e681be0c1623d07318e3e91a399 /zshenv | |
parent | [emacs] Twitter's style check report warnings too (diff) | |
download | emacs.d-260ca7a284c188b8ad6adb2522f7b05dc32c7a7d.tar.gz |
[zsh] Add configuration for zsh
Basic configuration to start with zsh. Closes #18.
Diffstat (limited to '')
-rw-r--r-- | zshenv | 7 |
1 files changed, 7 insertions, 0 deletions
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 |