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: e7581c2976e3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 13297036160b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 22, 2019

  1. nixos/zsh: Fix tramp support

    For a long time, TRAMP has not worked with ZSH NixOS servers. I
    thought I fixed this in 0740f57e63af61694d14796286cb9204, but now
    realize that was only half the problem. For TRAMP to start working
    again ‘unsetopt zle’ was needed, otherwise the connection would hang.
    In addition, I have a few more settings added that can apparenty
    interfere with these settings.
    matthewbauer committed Aug 22, 2019
    Copy the full SHA
    ac773d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Merge pull request #67225 from matthewbauer/tramp-zshrc-fix

    nixos/zsh: Fix tramp support
    matthewbauer committed Aug 23, 2019
    Copy the full SHA
    1329703 View commit details
    Browse the repository at this point in the history