summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-06 13:40:21 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-06 13:40:21 -0500
commit5f7928a2581036ce5ef400ed376e05d05d3ac966 (patch)
treea0c55012e1bfe494ec3efc360689ef2f15719f09 /zsh
parenta2f318ff5c3140f0855df179ec7edef5dae87293 (diff)
update
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