summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 017e009..6e878b1 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,3 +1,7 @@
+# History settings
+HISTFILE=~/.zsh_history
+HISTSIZE=1000000
+SAVEHIST=$HISTSIZE
export TZ=America/New_York
export ALTERNATE_EDITOR=vim
export EDITOR=emacsclient