]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: do not export zsh settings
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 11:30:00 +0000 (12:30 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Thu, 29 Dec 2022 11:30:00 +0000 (12:30 +0100)
.zshrc

diff --git a/.zshrc b/.zshrc
index 739dac548b2e6911f9d58f77bacb9357e2c4ede6..6db584781fc0853e01e29b958afb7a1c30a1e210 100644 (file)
--- a/.zshrc
+++ b/.zshrc
@@ -2,13 +2,12 @@
 # zmodload zsh/zprof
 
 
-# exports are usually independent and standalone
-# so they can stay at the top
+# settings for the zsh don’t get exported
 
 # where to write history
-export HISTFILE=~/.zsh_history
-export HISTSIZE=1000000000
-export SAVEHIST=1000000000
+HISTFILE=~/.zsh_history
+HISTSIZE=1000000000
+SAVEHIST=1000000000
 
 export ANSIBLE_NOCOWS=1
 export ANSIBLE_STRATEGY=mitogen_linear