1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 22:16:09 -04:00
nixpkgs/nixos/modules
Jörg Thalheim 9049ab1a3b
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.
2016-09-27 22:19:53 +02:00
..
config nixos/activation: Rename "tmpfs" to "specialfs" 2016-09-26 02:04:54 +02:00
hardware
i18n/input-method
installer
misc
profiles
programs zsh: do not export HISTFILE, HISTSIZE, SAVEHIST 2016-09-27 22:19:53 +02:00
security
services
system nixos/activation: Rename "tmpfs" to "specialfs" 2016-09-26 02:04:54 +02:00
tasks
testing
virtualisation
module-list.nix
rename.nix