summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-09-27 21:18:29 +0200
committerJörg Thalheim <joerg@higgsboson.tk>2016-09-27 22:19:53 +0200
commit9049ab1a3b8bd27eda01c605b9dc4d2993e73caf (patch)
tree374fc5b3047dc7045d28c4186f6b839f6dbe41e4 /pkgs/development/python-modules/rangehttpserver
parentcb2f84e4d70772804d723b10cc2469bfcd658488 (diff)
zsh: do not export HISTFILE, HISTSIZE, SAVEHIST
Every interactive zsh sources /etc/zshrc (see STARTUP/SHUTDOWN FILES in zshautll(1)) Therefor every interactive zsh process will respect the content of these variables. Using `export` will also lead to child processes inheriting this value. This leads to problems, if other interactive shells are spawned such as bash, because they use an incomptabible history format (without timestamps). There seems to be also cases, where the local HISTSIZE in ~/.zshrc is not sourced but /etc/zshrc, which leads to history truncation in other shells.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions