From f02d61cc02058ff712bacdc76886d109981433db Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Mon, 25 Nov 2024 00:13:52 +0800 Subject: [PATCH] plugin(chucknorris): Improve vertical spacing, remove stray blank line. --- plugins/chucknorris/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/chucknorris/README.md b/plugins/chucknorris/README.md index ee3bed5a0..1334f9c92 100644 --- a/plugins/chucknorris/README.md +++ b/plugins/chucknorris/README.md @@ -40,7 +40,8 @@ Last login: Fri Jan 30 23:12:26 on ttys001 Available via homebrew, apt, ... > [!NOTE] -> In addition to installing `fortune`, it may be necessary to run -> `strfile $ZSH/plugins/chucknorris/fortunes/chucknorris\n` -> (include the "\n" literally) to write the fortune data to the proper directory. +> In addition to installing `fortune`, it may be necessary to run: > +> `strfile $ZSH/plugins/chucknorris/fortunes/chucknorris\n` +> +> (include the "\n" literally) to write the fortune data to the proper directory.