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 command-not-found: pass all of argv to helper 2015-12-28 15:09:48 +01:00
zsh zsh: do not export HISTFILE, HISTSIZE, SAVEHIST 2016-09-27 22:19:53 +02:00
atop.nix nixos: add some missing '.' in option descriptions 2014-06-24 21:25:11 +02:00
blcr.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
cdemu.nix nixos/cdemu: use system kernel modules 2016-01-12 14:44:41 +03:00
dconf.nix gdm: Add very experimental display manager 2014-08-12 11:23:42 +02:00
environment.nix nixos/environment: don't set Qt 5 paths 2015-10-30 16:10:37 -05:00
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 Add kbdlight package and setuid wrapper 2015-05-11 13:23:01 +08:00
light.nix Add "light" package and setuid wrapper 2014-11-09 19:45:43 -07:00
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 nano: support system-wide nanorc 2014-08-01 18:19:03 +02:00
screen.nix Get all lib functions from lib, not pkgs.lib, in modules 2014-07-02 12:28:18 -04:00
shadow.nix Enable the runuser command from util-linux 2016-09-06 17:23:27 +02:00
shell.nix Use "mkdir -p" when creating ~/.nix-defexpr 2015-04-20 13:03:04 +02:00
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 nixos: fix some types 2015-09-18 18:48:50 +00:00
xfs_quota.nix treewide: Mass replace 'xfsprogs}/bin' to refer the 'bin' output 2016-02-01 20:46:23 +02:00
xonsh.nix nixos: init programs.xonsh 2016-07-21 00:55:36 +02:00