Marcus K. Zhong

Results 4 comments of Marcus K. Zhong

Understood! Thanks for clarifying. :heart: So I guess I shall leave this issue open as a remainder? ;)

`do $closure` will do ```nushell alias nn = do {$env.HOME | path join bin n} ```

@giggio > I just tried that, but when why run `nn --help` it is different from when I run `$HOME/bin/n --help`, it shows me help from `do`. And when I...

> Yes, that works. I don't get what the difference is, though. Glad that worked! The difference lies where Nushell tries to be a full-fledged programming language (cf. [*Thinking in...