From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- fish.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'fish.html.markdown') diff --git a/fish.html.markdown b/fish.html.markdown index 4b70f883..66fc7661 100644 --- a/fish.html.markdown +++ b/fish.html.markdown @@ -338,5 +338,4 @@ end # The bashrc equivalent is not fishrc, but the previously mentioned config.fish file in ~/.config/fish/ # To add a function to fish, though, you should create a simple .fish file in that directory. Don't just paste that function in the config.fish. That's ugly. # If you have more, just add it, but those are the most important basics. - ``` -- cgit v1.2.3