nixpkgs/nixos/modules/programs
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
..
bash nixos/bash: enable colors during completion 2016-07-09 20:51:31 +01:00
command-not-found
zsh zsh: do not export HISTFILE, HISTSIZE, SAVEHIST 2016-09-27 22:19:53 +02:00
atop.nix
blcr.nix
cdemu.nix
dconf.nix
environment.nix
fish.nix fish: 2.2.0 -> 2.3.0 2016-05-26 00:10:22 +02:00
freetds.nix nixos/freetds: fix formatting of example 2016-02-27 22:25:39 +13:00
info.nix Make it possible to disable "info" 2016-09-05 14:53:27 +02:00
kbdlight.nix
light.nix
man.nix man-db: make it the default man provider 2016-05-23 19:53:05 +02:00
mosh.nix mosh program: init 2016-04-18 06:31:11 +00:00
nano.nix
screen.nix
shadow.nix Enable the runuser command from util-linux 2016-09-06 17:23:27 +02:00
shell.nix
spacefm.nix nixos/spacefm: unbreak manual build 2016-07-05 13:27:17 +02:00
ssh.nix Let services.openssh.forwardX11 imply programs.ssh.setXAuthLocation 2016-09-05 15:38:42 +02:00
ssmtp.nix Fix #9759 SSMTP sendmail wrapper - cfg instead of full path 2016-07-23 20:58:58 +02:00
tmux.nix tmux module: do not override keys by default in VI mode (#17330) 2016-07-28 13:10:42 +02:00
venus.nix Merge #12796: nixos docs: show references to packages 2016-02-27 10:48:12 +01:00
virtualbox.nix virtualbox service: fix use of deprecated option names 2016-03-28 14:22:18 +08:00
wvdial.nix
xfs_quota.nix
xonsh.nix nixos: init programs.xonsh 2016-07-21 00:55:36 +02:00