summary refs log tree commit diff
path: root/zprofile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-05-24 20:14:41 -0700
commit736fbdd8ac58846a907dbc25af516fb7e3ca5af4 (patch)
tree1e3d48bdbfacf4269af2b07fc35334c145127712 /zprofile
parent[emacs] Drop configuration for org-mode. (diff)
downloademacs.d-736fbdd8ac58846a907dbc25af516fb7e3ca5af4.tar.gz
[zsh] Remove configuration for zsh
Remove unused documentation and configuration since we're back to bash.
Diffstat (limited to '')
-rw-r--r--zprofile20
1 files changed, 0 insertions, 20 deletions
diff --git a/zprofile b/zprofile
deleted file mode 100644
index 3843e85..0000000
--- a/zprofile
+++ /dev/null
@@ -1,20 +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"
-
-# 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
-)
-