From 736fbdd8ac58846a907dbc25af516fb7e3ca5af4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 24 May 2016 20:14:41 -0700 Subject: [zsh] Remove configuration for zsh Remove unused documentation and configuration since we're back to bash. --- zprofile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 zprofile (limited to 'zprofile') 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 -) - -- cgit 1.4.1