aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-05-08 17:07:35 +0200
committerEelco Dolstra <edolstra@gmail.com>2019-05-08 17:07:35 +0200
commitcb5ebc5c1120da8900ef074ed300685cc3177ae6 (patch)
tree01cb93465d36e8db8dc4c84a0dbfda580a43aae8 /src
parent2bc55aba1ed8eb75c3b352e31d153e96ce1b62bd (diff)
nix dev-shell: Keep $TERM
Diffstat (limited to 'src')
-rw-r--r--src/nix/shell.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/shell.cc b/src/nix/shell.cc
index 0813d122c..8b9106171 100644
--- a/src/nix/shell.cc
+++ b/src/nix/shell.cc
@@ -133,6 +133,7 @@ struct Common : InstallableCommand
"SHLVL",
"TEMP",
"TEMPDIR",
+ "TERM",
"TMP",
"TMPDIR",
"TZ",