summary refs log tree commit diff
path: root/zprofile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-03-23 09:28:03 -0700
commit39548f2301ef4faf6cf19f4a6f379f183c6e2fc5 (patch)
treef8d3b7a16fca4aa0cecf86f06181f8be84274f38 /zprofile
parent[zsh] replace bash with zsh. (diff)
downloademacs.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 'zprofile')
-rw-r--r--zprofile20
1 files changed, 20 insertions, 0 deletions
diff --git a/zprofile b/zprofile
new file mode 100644
index 0000000..3843e85
--- /dev/null
+++ b/zprofile
@@ -0,0 +1,20 @@
+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"
+
+# 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
+)
+