mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #38 from nix-community/Mic92-patch-1
fix incorrectly spelled variable
This commit is contained in:
commit
a57119b050
1 changed files with 1 additions and 1 deletions
2
direnvrc
2
direnvrc
|
|
@ -30,7 +30,7 @@ _nix_import_env() {
|
|||
fi
|
||||
|
||||
export PATH=$PATH${old_path:+":"}$old_path
|
||||
_nix_export_or_unset TEMPDIR "$old_tmp"
|
||||
_nix_export_or_unset TEMPDIR "$old_tmpdir"
|
||||
_nix_export_or_unset TERM "$old_term"
|
||||
|
||||
# misleading since we are in an impure shell now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue