Unverified Commit 3ac65fce authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #223696 from linj-fork/fix-zshenv-guard-variable

zsh: fix the guard variable for /etc/set-environment
parents dc97ccd7 43f45fe2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ if test -e /etc/NIXOS; then
  else
    emulate bash
    alias shopt=false
    if [ -z "$__NIXOS_SET_ENVIRONMENT_DONE" ]; then
    if [ -z "\$__NIXOS_SET_ENVIRONMENT_DONE" ]; then
      . /etc/set-environment
    fi
    unalias shopt