kalbasit / nur-packages

NUR - https://github.com/nix-community/NUR
MIT License
11 stars 4 forks source link

Update envrc #2

Closed geier1993 closed 5 years ago

geier1993 commented 5 years ago

Had to declare opt, OPTARG and OPTIND to use getops within a function using zsh getopts. Otherwise no argumenst are iterated and SHELL is missing...

kalbasit commented 5 years ago

Thank you for the fix! I'll merge, but I'm also going to get my updated one in a separate PR for your review. I've iterated on this quite a few times on another project, and I had fixed this issue as well.