summary refs log tree commit diff
path: root/env
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-12 13:28:44 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-03-12 13:28:44 -0800
commit7b4c01e9470bdf066aaafcfc911b8aa927d1b690 (patch)
treeb748c46695fa75a93c3e0785b122d432d2005451 /env
parent[emacs] Stop using smart-mode-line. (diff)
downloademacs.d-7b4c01e9470bdf066aaafcfc911b8aa927d1b690.tar.gz
[zsh] replace bash with zsh.
Add configuration files, delete bash config files, and update
documentation.

Closes #22 #19
Diffstat (limited to 'env')
-rw-r--r--env9
1 files changed, 0 insertions, 9 deletions
diff --git a/env b/env
deleted file mode 100644
index c840045..0000000
--- a/env
+++ /dev/null
@@ -1,9 +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 TMPDIR="${HOME}/tmp"
-export TZ=America/Los_Angeles
-export GOPATH="${HOME}"