summaryrefslogtreecommitdiff
path: root/zprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--zprofile (renamed from zshenv)8
1 files changed, 1 insertions, 7 deletions
diff --git a/zshenv b/zprofile
index 0d7c3aa..3843e85 100644
--- a/zshenv
+++ b/zprofile
@@ -7,13 +7,6 @@ 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"
@@ -24,3 +17,4 @@ path=(
"/Applications/Racket v6.3/bin/"
$path
)
+