diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-23 09:28:03 -0700 |
| commit | 39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch) | |
| tree | f8d3b7a16fca4aa0cecf86f06181f8be84274f38 /zprofile | |
| parent | [zsh] replace bash with zsh. (diff) | |
| download | emacs.d-39548f2301ef4faf6cf19f4a6f379f183c6e2fc5.tar.gz | |
[zsh] clean up zsh config.
Keep as few files as possible, and document the order this files are
loaded in OS X.
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 ) + |
