diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-03-09 09:21:32 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-03-09 09:21:59 -0800 |
commit | 260ca7a284c188b8ad6adb2522f7b05dc32c7a7d (patch) | |
tree | 4bc5c5dc2aa73e681be0c1623d07318e3e91a399 /env | |
parent | [emacs] Twitter's style check report warnings too (diff) | |
download | emacs.d-260ca7a284c188b8ad6adb2522f7b05dc32c7a7d.tar.gz |
[zsh] Add configuration for zsh
Basic configuration to start with zsh. Closes #18.
Diffstat (limited to '')
-rw-r--r-- | env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/env b/env new file mode 100644 index 0000000..c840045 --- /dev/null +++ b/env @@ -0,0 +1,9 @@ +export EDITOR="emacsclient -a ''" +export HISTFILE= +export LANG="en_US.UTF-8" +export LC_ALL="$LANG" +export LC_CTYPE="$LANG" +export PAGER="less" +export TMPDIR="${HOME}/tmp" +export TZ=America/Los_Angeles +export GOPATH="${HOME}" |