diff options
Diffstat (limited to '')
| -rw-r--r-- | zprofile (renamed from zshenv) | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 ) + |
