# This week in Nu #70
- jonathandturner added the [`set-env` command](https://github.com/nushell/nushell/pull/2802) for setting environment variables in scope, added the [`source` command](https://github.com/nushell/nushell/pull/2803) for running a script in the current context/scope, simplified [`if` to be standalone rather than stream-based](https://github.com/nushell/nushell/pull/2805), added [experimental support for flags in custom commands](https://github.com/nushell/nushell/pull/2808), added support for [custom subcommands](https://github.com/nushell/nushell/pull/2814)
- scrabsha fixed [broken links in the README](https://github.com/nushell/nushell/pull/2813)