File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ $env.Path = ($env.Path | prepend 'C:\Program Files\Git\usr\bin')
52
52
| | ` help commands ` | List all available commands |
53
53
| | ` help --find <string> ` | Search for match in all available commands |
54
54
| ` command1 && command2 ` | ` command1; command2 ` | Run a command, and if it's successful run a second |
55
- | ` stat $(which git) ` | ` stat (which git).path ` | Use command output as argument for other command |
56
- | ` echo /tmp/$RANDOM ` | ` $"/tmp/(random integer )" ` | Use command output in a string |
55
+ | ` stat $(which git) ` | ` stat ... (which git).path ` | Use command output as argument for other command |
56
+ | ` echo /tmp/$RANDOM ` | ` $"/tmp/(random int )" ` | Use command output in a string |
57
57
| ` cargo b --jobs=$(nproc) ` | ` cargo b $"--jobs=(sys cpu \| length)" ` | Use command output in an option |
58
58
| ` echo $PATH ` | ` $env.PATH ` (Non-Windows) or ` $env.Path ` (Windows) | See the current path |
59
59
| ` <update ~/.bashrc> ` | ` vim $nu.config-path ` | Update PATH permanently |
You can’t perform that action at this time.
0 commit comments