Skip to content

Commit

Permalink
Update 2024-05-15-top-nushell-hacks.md (#1405)
Browse files Browse the repository at this point in the history
Fix unfortunate typo.
  • Loading branch information
abusch committed May 17, 2024
1 parent d4a7923 commit d66d4dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-05-15-top-nushell-hacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Listed below are the top nushell hacks that people often forget about or didn't

## 2. easter egg

Did you know that when you start nushell, the `$env.CMD_DURATION_MS` value of 0823 is an easter egg? [It's nushell's first pubic release date month day](https://github.com/nushell/nushell/releases/tag/0.2.0).
Did you know that when you start nushell, the `$env.CMD_DURATION_MS` value of 0823 is an easter egg? [It's nushell's first public release date month day](https://github.com/nushell/nushell/releases/tag/0.2.0).

## 3. abbr

Expand Down Expand Up @@ -117,4 +117,4 @@ rgb.txt
╰───┴───────────────────────────────────╯
```
And after parsing the file looks similar to this.
![rgb](../assets/images/nushell_hacks_01.png)
![rgb](../assets/images/nushell_hacks_01.png)

0 comments on commit d66d4dc

Please sign in to comment.