Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b33269a2d88c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6ad7eeecd64
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 21, 2019

  1. zsh: don't export HISTFILE and friends

    Just set them normally.
    Exporting them will propagate them to all executed programs
    such as bash (as used by nix-shell or nix run),
    and badness ensues when different formats are used.
    dtzWill committed Mar 21, 2019
    Copy the full SHA
    173f79f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Merge pull request #58055 from dtzWill/fix/zsh-history-dont-export-vars

    zsh: don't export HISTFILE and friends
    Mic92 committed Mar 22, 2019
    Copy the full SHA
    e6ad7ee View commit details
    Browse the repository at this point in the history