summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv4
-rw-r--r--zsh/.zshrc4
2 files changed, 4 insertions, 4 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
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 4f76c56..beaa165 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -1,7 +1,3 @@
-# History settings
-HISTFILE=~/.zsh_history
-HISTSIZE=1000000
-SAVEHIST=$HISTSIZE
setopt inc_append_history share_history histignorealldups
if [[ ${INSIDE_EMACS} == *comint* ]]; then