Skip to content

Commit c8ebd30

Browse files
committed
Minor edit
1 parent 44f829a commit c8ebd30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ wc -l *.pdb | sort -n | head -n 1
501501
2. Once your command history gets big, you might want to search it:
502502

503503
``` bash
504-
history # or history -1000 in zsh on Mac
504+
history # or `history -1000` in zsh on Mac
505505
history | grep ls # pipe the output of history into search
506506
```
507507

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ wc -l *.pdb | sort -n | head -n 1
361361

362362
2. Once your command history gets big, you might want to search it:
363363
#+BEGIN_SRC bash
364-
history # or history -1000 in zsh on Mac
364+
history # or `history -1000` in zsh on Mac
365365
history | grep ls # pipe the output of history into search
366366
#+END_SRC
367367

0 commit comments

Comments
 (0)