We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f829a commit c8ebd30Copy full SHA for c8ebd30
README.md
@@ -501,7 +501,7 @@ wc -l *.pdb | sort -n | head -n 1
501
2. Once your command history gets big, you might want to search it:
502
503
``` bash
504
- history # or history -1000 in zsh on Mac
+ history # or `history -1000` in zsh on Mac
505
history | grep ls # pipe the output of history into search
506
```
507
README.org
@@ -361,7 +361,7 @@ wc -l *.pdb | sort -n | head -n 1
361
362
363
#+BEGIN_SRC bash
364
365
366
#+END_SRC
367
0 commit comments