diff --git a/zsh/repeat-yourself.md b/zsh/repeat-yourself.md index 203e8aa..a2e127d 100644 --- a/zsh/repeat-yourself.md +++ b/zsh/repeat-yourself.md @@ -1,13 +1,14 @@ # Repeat Yourself -Use the `repeat` command to repeat yourself. You can repeat yourself a -number of times +Use the `repeat` command to repeat some other command. + +You can repeat a command a handful of times ``` $ repeat 5 say Hello World ``` -or you can repeat yourself indefinitely +or you can repeat a command indefinitely ``` $ repeat -1 say Hello World