File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Note: this table assumes Nu 0.60.0 or later.
5454| ` FOO=BAR ./bin ` | ` FOO=BAR ./bin ` | Update environment temporarily |
5555| ` export FOO=BAR ` | ` let-env FOO = BAR ` | Set environment variable for current session |
5656| ` echo $FOO ` | ` $env.FOO ` | Use environment variables |
57- | ` unset FOO ` | ` hide FOO ` | Unset environment variable for current session |
57+ | ` unset FOO ` | ` hide-env FOO ` | Unset environment variable for current session |
5858| ` alias s="git status -sb" ` | ` alias s = git status -sb ` | Define an alias temporarily |
5959| ` type FOO ` | ` which FOO ` | Display information about a command (builtin, alias, or executable) |
6060| ` <update ~/.bashrc> ` | ` vim $nu.config-path ` | Add and edit alias permanently (for new shells) |
You can’t perform that action at this time.
0 commit comments