From 39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 23 Mar 2016 09:28:03 -0700 Subject: [zsh] clean up zsh config. Keep as few files as possible, and document the order this files are loaded in OS X. --- zshenv | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 zshenv (limited to 'zshenv') diff --git a/zshenv b/zshenv deleted file mode 100644 index 0d7c3aa..0000000 --- a/zshenv +++ /dev/null @@ -1,26 +0,0 @@ -export EDITOR="emacsclient -a ''" -export HISTFILE= -export LANG="en_US.UTF-8" -export LC_ALL="$LANG" -export LC_CTYPE="$LANG" -export PAGER="less" -export TZ=America/Los_Angeles -export GOPATH="${HOME}/gocode" - -# FIXME enable auto completion - This is stupid, this should be in .zshrc -autoload -U compinit -compinit -C - -# this is for local stuff -[ -f ~/.zshenv_local ] && source ~/.zshenv_local - -# build the PATH -path=( - "$HOME/bin" - "$HOME/gocode/bin" - "$HOME/src/source/dist" - "/opt/twitter/bin" - "/opt/twitter/opt/go/libexec/bin" - "/Applications/Racket v6.3/bin/" - $path -) -- cgit 1.4.1