Revert "Merge pull request #15384 from Shados/fix-preshell-terminfo"

This reverts commit 4e9833d9e8, reversing
changes made to 6194e9d801.

Setting TERMINFO prevents ncurses from reading TERMINFO_DIRS.  See
https://github.com/NixOS/nixpkgs/pull/15384#issuecomment-221205596
This commit is contained in:
Joachim Fasting 2016-05-24 11:13:46 +02:00
parent a21df566e4
commit 493cae8756
No known key found for this signature in database
GPG Key ID: 4330820E1E04DCF4

View File

@ -150,10 +150,6 @@ in
system.build.binsh = pkgs.bashInteractive;
# Ensure TERMINFO is set appropriately *before* user shells are run,
# as they may depend on it
environment.sessionVariables.TERMINFO = "/run/current-system/sw/share/terminfo";
# Set session variables in the shell as well. This is usually
# unnecessary, but it allows changes to session variables to take
# effect without restarting the session (e.g. by opening a new